diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-11 02:48:57 -0400 |
| commit | 3b502423fc5bb2ed22051c465e8384f3e44519cc (patch) | |
| tree | b57e1239727103b91be45f0c968b6d037811801b /static/css/dump.css | |
| parent | 9baa796668784cd6068f06a4aeafd23610999447 (diff) | |
sostler PROD commit
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 9d5f838..40e29c8 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -167,7 +167,7 @@ margin-right:374; display:inline-block; width:120px; height:35px; -right:40px; +right:260px; font-size:20px; background-image:url(/static/img/urlbutton.png); text-indent:27; @@ -193,7 +193,7 @@ top:15px; width:120px; height:35px; background-position:center; -right:60; +right:20; top:15px; padding-bottom:1; text-indent:28; @@ -221,7 +221,7 @@ background-image:url(/static/img/cambutton.png); width:120px; height:35px; background-position:center; -right:60; +right:20; top:15px; padding-bottom:4; text-align:center; @@ -285,7 +285,7 @@ border:1px solid #999; width:120px; height:35px; background-position:center; -right:180; +right:140; top:15px; padding-bottom:1; text-indent:24; @@ -321,19 +321,16 @@ opacity:1; } #palette-button { - border-top-right-radius:10px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; + border-radius:5px; +background-image:url(/static/img/upbutton.png); +background-position:top right; position:absolute; /* display:inline-block;*/ display: none; width:40px; - height:34px; - right:20px; + height:35px; + right:260px; top:15px; padding-bottom:1; text-align:center; |
