diff options
Diffstat (limited to 'template/yoga/admin/default-layout.css')
-rw-r--r-- | template/yoga/admin/default-layout.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index 7d6f50502..b2a012b1b 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -160,6 +160,7 @@ FIELDSET#generalConf TEXTAREA.description { margin-left: auto; margin-right: auto;
text-decoration : none;
background: transparent;
+ border-bottom: 1px solid #fff;
}
.tabsheet li {
@@ -167,10 +168,13 @@ FIELDSET#generalConf TEXTAREA.description { text-align: center;
margin: 0 6px;
color: white;
- font-size: 120%;
+ font-size: 110%;
font-weight: bold;
padding: 4px 8px;
border: 1px solid #fff;
+ border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
+ -moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */
+ padding: 5px 2em 2px 2em;
}
/* Tabsheet */
|