Wow, settings now looks pretty nice

This commit is contained in:
magnolia-fan
2011-06-22 08:52:56 +04:00
parent 7f9af6d863
commit 47b21961a0
3 changed files with 13 additions and 19 deletions
+11 -17
View File
@@ -13,9 +13,9 @@
}
.settings-container .tabs .tab {
position: relative;
border-left: #DDD 2px solid;
border-top: #DDD 2px solid;
border-right: #DDD 2px solid;
border-left: #DDD 1px solid;
border-top: #DDD 1px solid;
border-right: #DDD 1px solid;
padding: 0 8px;
line-height: 24px;
margin-top: 2px;
@@ -28,11 +28,11 @@
.settings-container .tabs .tab.active {
position: relative;
z-index: 200;
background-color: #EAEAEA;
border-left: #CCC 2px solid;
border-top: #CCC 2px solid;
border-right: #CCC 2px solid;
border-bottom: #EAEAEA 6px solid;
background-color: #FFF;
border-left: #CCC 1px solid;
border-top: #CCC 1px solid;
border-right: #CCC 1px solid;
border-bottom: #FFF 6px solid;
margin-top: -2px;
line-height: 29px;
font-weight: bold;
@@ -45,14 +45,8 @@
position: relative;
z-index: 100;
height: 500px;
background-color: #EAEAEA;
border-left: #CCC 2px solid;
border-top: #CCC 2px solid;
border-right: #CCC 2px solid;
border-bottom: #CCC 2px solid;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-top: #CCC 1px solid;
}
.settings-container .form-container .form {
margin: 25px;
@@ -71,7 +65,7 @@
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #CCC;
background-color: #EAEAEA;
margin-right: -10px;
}
.settings-container .form-container .form .field input[type="text"]{