diff options
author | raghunayyar <me@iraghu.com> | 2013-04-24 23:47:39 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-04-24 23:47:39 +0530 |
commit | 175fc0c737adb1483583746581d9af81b98cee48 (patch) | |
tree | 30ff1ba2ce960641193208a0f182a46bca233df3 /core | |
parent | d41b6007254fcd5edaa7c4001a11cd8d2597ec9a (diff) | |
download | nextcloud-server-175fc0c737adb1483583746581d9af81b98cee48.tar.gz nextcloud-server-175fc0c737adb1483583746581d9af81b98cee48.zip |
Clubbing Exact styles together.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 49cdc8836f8..60461e56ea7 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -342,11 +342,8 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac .center { text-align:center; } #notification-container { position: fixed; top: 0px; width: 100%; text-align: center; z-index: 101; line-height: 1.2;} -#notification { z-index:101; background-color:#fc4; border:0; padding:0 .7em .3em; display:none; position: relative; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; } -#notification span { cursor:pointer; font-weight:bold; margin-left:1em; } - -#update-notification { z-index:101; background-color:#fc4; border:0; padding:0 .7em .3em; display:none; position: relative; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; } -#update-notification span { cursor:pointer; font-weight:bold; margin-left:1em; } +#notification, #update-notification { z-index:101; background-color:#fc4; border:0; padding:0 .7em .3em; display:none; position: relative; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; } +#notification span, #update-notification span { cursor:pointer; font-weight:bold; margin-left:1em; } tr .action:not(.permanent), .selectedActions a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; } tr:hover .action, tr .action.permanent, .selectedActions a { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); opacity:.5; } |