diff options
-rw-r--r-- | modules/dashboard/dashboard.css | 1 | ||||
-rw-r--r-- | modules/overlay/overlay-parent.css | 3 | ||||
-rw-r--r-- | modules/shortcut/shortcut.css | 8 | ||||
-rw-r--r-- | themes/seven/style.css | 29 | ||||
-rw-r--r-- | themes/seven/vertical-tabs.css | 2 |
5 files changed, 26 insertions, 17 deletions
diff --git a/modules/dashboard/dashboard.css b/modules/dashboard/dashboard.css index a186289a2..a46d8e19f 100644 --- a/modules/dashboard/dashboard.css +++ b/modules/dashboard/dashboard.css @@ -31,6 +31,7 @@ padding: 6px 4px 6px 8px; margin: 3px 3px 3px 0; float: left; + border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; } diff --git a/modules/overlay/overlay-parent.css b/modules/overlay/overlay-parent.css index edb1d4ef9..09c3bbcfe 100644 --- a/modules/overlay/overlay-parent.css +++ b/modules/overlay/overlay-parent.css @@ -69,6 +69,7 @@ body.overlay-autofit { width: 26px; height: 36px; background: transparent url(images/close.png) no-repeat; + border-top-left-radius: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; } @@ -120,10 +121,10 @@ body.overlay-autofit { .overlay .ui-dialog-titlebar ul li a:hover { display: inline-block; background-color: #a6a7a2; + border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; - border-radius: 8px 8px 0 0; color: #000; font-weight: bold; padding: 0 14px; diff --git a/modules/shortcut/shortcut.css b/modules/shortcut/shortcut.css index 52d6fc94d..18617c0f5 100644 --- a/modules/shortcut/shortcut.css +++ b/modules/shortcut/shortcut.css @@ -20,10 +20,11 @@ div#toolbar div.toolbar-shortcuts ul { } div#toolbar div.toolbar-shortcuts ul li a { - -moz-border-radius: 5px; - -webkit-border-radius: 5px; padding: 0 5px 0 5px; margin-right: 5px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; } div#toolbar div.toolbar-shortcuts ul li a:focus, @@ -43,6 +44,7 @@ div#toolbar div.toolbar-shortcuts span.icon { width: 30px; height: 30px; margin-right: 5px; + border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } @@ -84,6 +86,8 @@ div.add-or-remove-shortcuts a:hover span.text { display: block; padding-right: 6px; cursor: pointer; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-top-right-radius: 5px; diff --git a/themes/seven/style.css b/themes/seven/style.css index f08cd6c7c..9cdacd412 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -146,19 +146,17 @@ code, pre, kbd { left: -10000px; width: 1px; height: 1px; - -moz-border-radius-bottomleft: 10px; - -moz-border-radius-bottomright: 10px; - -moz-border-radius-topleft: 0; - -moz-border-radius-topright: 0; - -webkit-border-top-left-radius: 0; - -webkit-border-top-right-radius: 0; - -webkit-border-bottom-left-radius: 10px; - -webkit-border-bottom-right-radius: 10px; - border-radius:0 0 10px 10px; background: #444; color: #fff; font-size: 0.94em; text-decoration: none; + border-radius:0 0 10px 10px; + -moz-border-radius: 0 0 10px 10px; + -webkit-border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-left-radius: 10px; + -webkit-border-bottom-right-radius: 10px; + } #skip-link a:hover, #skip-link a:active, @@ -297,16 +295,16 @@ ul.primary li a:active, ul.primary li a:visited, ul.primary li a:hover { background-color: #a6a7a2; - -moz-border-radius: 8px 8px 0 0; - -webkit-border-top-left-radius: 8px; - -webkit-border-top-right-radius: 8px; - border-radius: 8px 8px 0 0; color: #000; font-weight: bold; padding: 7px 20px 5px 20px; border-width: 1px 1px 0 1px; border-style: solid; border-color: #a6a7a2; + border-radius: 8px 8px 0 0; + -moz-border-radius: 8px 8px 0 0; + -webkit-border-top-left-radius: 8px; + -webkit-border-top-right-radius: 8px; } ul.primary li.active a, ul.primary li.active a.active, @@ -343,6 +341,7 @@ ul.secondary li a:hover, ul.secondary li.active a, ul.secondary li.active a.active { padding: 0 10px; + border-radius: 7px; -moz-border-radius: 10px; -webkit-border-radius: 7px; } @@ -376,6 +375,7 @@ ul.secondary li.active a.active { height: 55px; width: 80px; overflow: hidden; + border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } @@ -640,15 +640,16 @@ input.form-submit, a.button { color: #5a5a5a; text-align: center; font-weight: normal; + font-size: 1.1em; font-family: "Lucida Grande", Verdana, sans-serif; border: 1px solid #e4e4e4; border-bottom: 1px solid #b4b4b4; border-left-color: #D2D2D2; border-right-color: #D2D2D2; background: url(images/buttons.png) 0 0 repeat-x; + border-radius: 15px; -moz-border-radius: 20px; -webkit-border-radius: 15px; - font-size: 1.1em; } a.button:link, a.button:visited, a.button:hover, a.button:active { text-decoration: none; diff --git a/themes/seven/vertical-tabs.css b/themes/seven/vertical-tabs.css index 9349b609c..35f3ab503 100644 --- a/themes/seven/vertical-tabs.css +++ b/themes/seven/vertical-tabs.css @@ -33,6 +33,8 @@ div.vertical-tabs ul li.vertical-tab-button a { display: block; border-right: 1px solid #ccc; padding: 10px 9px 10px 10px; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-top-left-radius: 5px; |