1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 12:17:42 +02:00

Admin Default Theme: new class .error-field and .tab-page

This commit is contained in:
Awilum
2012-09-30 10:54:24 +03:00
parent 258c4b3fc5
commit 86578abf8e

View File

@@ -417,6 +417,13 @@ td, th {
overflow: visible; overflow: visible;
} }
.tab-page {
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
margin-top: -20px;
padding: 20px 10px 10px;
}
/************************************* /*************************************
9. MISC 9. MISC
@@ -441,14 +448,6 @@ td, th {
} }
.error-none {display:none;} .error-none {display:none;}
.error {color:red;} .error-field {border:1px solid red!important;}
.container-fluid {padding-left:0px;} .container-fluid {padding-left:0px;}
img {max-width:none;} img {max-width:none;}
.tab-page {
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
margin-top: -20px;
padding: 20px 10px 10px;
}