diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-01 19:48:54 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-01 19:48:54 +0100 |
commit | b975ab6c2ec8828cedeab64e4f44a1ef3a5db1b7 (patch) | |
tree | 18e159a7f62708a87baff7c58b4585d1a002d961 /theme/base/css | |
parent | d6b31d42c7e315d18d40ed6ad30f7d90feeba341 (diff) |
Moved theme styles from identica to base
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 8355a0a5c..1e6cd085a 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -684,11 +684,11 @@ right:-1px; padding:1.795%; width:65%; z-index:1; - -background-color:#FFFFFF; -border:1px solid #CCCCCC; --moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7); + border-radius:7px; -moz-border-radius:7px; +-webkit-radius-border:7px; +border-width:1px; +border-style:solid; } .entity_send-a-message .form_notice legend { display:block; |