diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-01 20:53:25 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-01 20:53:25 +0100 |
commit | b1367ae8da8e67686f38c99b66c25fa049dbfba3 (patch) | |
tree | 1fbf7bd001f50a13fb7d6bdb37ad1a8923197e18 /theme/base/css/display.css | |
parent | 1793cec8a56cff4b867d1c1de989e342ca53bd74 (diff) |
Updated button.close styles
Diffstat (limited to 'theme/base/css/display.css')
-rw-r--r-- | theme/base/css/display.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1e6cd085a..fb630d58a 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -533,6 +533,16 @@ float:right; font-size:0.8em; } +button.close { +width:16px; +height:16px; +text-indent:-9999px; +padding:0; +border:0; +text-align:center; +font-weight:bold; +} + /* entity_profile */ .entity_profile { position:relative; @@ -1025,11 +1035,6 @@ margin-bottom:11px; position:absolute; top:0; right:0; -width:29px; -height:29px; -text-align:center; -font-weight:bold; -padding:0; } #jOverlayContent h1 { max-width:425px; |