summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-05 21:03:34 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-05 21:03:34 +0000
commit8825e579e9c204b9ea1b4938e6b7059ce3d5f112 (patch)
tree9b0509eac022355e09a01b8f5f22444ca5e08281
parent1ea9f060935a9bd47a036514b79e2f62e97ab313 (diff)
downloadbrdo-8825e579e9c204b9ea1b4938e6b7059ce3d5f112.tar.gz
brdo-8825e579e9c204b9ea1b4938e6b7059ce3d5f112.tar.bz2
- #82178: Make grippie image horizontal.
- #100668: Remove gap between textarea and grippie, in Safari.
-rw-r--r--misc/grippie.pngbin162 -> 162 bytes
-rw-r--r--modules/system/system.css6
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/grippie.png b/misc/grippie.png
index d863dc75d..6524d4167 100644
--- a/misc/grippie.png
+++ b/misc/grippie.png
Binary files differ
diff --git a/modules/system/system.css b/modules/system/system.css
index 43794a4c8..7492a32e0 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -333,8 +333,9 @@ html.js fieldset.collapsible legend a {
width: 95%;
}
.resizable-textarea .grippie {
- height: 14px;
- background: #eee url(../../misc/grippie.png) no-repeat 100% 100%;
+ height: 9px;
+ overflow: hidden;
+ background: #eee url(../../misc/grippie.png) no-repeat center center;
border: 1px solid #ddd;
border-top-width: 0;
cursor: s-resize;
@@ -342,6 +343,7 @@ html.js fieldset.collapsible legend a {
html.js .resizable-textarea textarea {
margin-bottom: 0;
width: 100%;
+ display: block;
}
/*