diff options
author | Gregy <gregy@gregy.cz> | 2010-08-06 16:29:59 +0200 |
---|---|---|
committer | Gregy <gregy@gregy.cz> | 2010-08-06 16:29:59 +0200 |
commit | 09f437439c60f3d4078e649cfa7968d223e6dce7 (patch) | |
tree | 991cafdede2fcda288dc3401bb97d5a2f15f04bc /module/web/media | |
parent | Design for multiple setting categories. (diff) | |
download | pyload-09f437439c60f3d4078e649cfa7968d223e6dce7.tar.xz |
Little bits to settings design
Diffstat (limited to 'module/web/media')
-rw-r--r-- | module/web/media/default/css/default.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/module/web/media/default/css/default.css b/module/web/media/default/css/default.css index 1c0040b12..7ac088d39 100644 --- a/module/web/media/default/css/default.css +++ b/module/web/media/default/css/default.css @@ -1563,17 +1563,9 @@ div.codearea pre span.Preprc { {
display: table-cell;
}
-
-#toptabsback
+#toptabs
{
- background-color: #eaeaea;
- margin: 0px;
- padding: 11px 4px 4px 4px;
- display: table-cell;
- border-top-right-radius: 30px;
- border-top-left-radius: 3px;
- -moz-border-radius-topright: 30px;
- -moz-border-radius-topleft: 3px;
+ float:right;
}
#toptabs li a
{
|