Updated style with white rounded content boxes and re organised site edit page
Signed-off-by: Nathan Booth <nath.booth@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ body {
|
||||
padding-top: 40px;
|
||||
padding: 0em;
|
||||
font-family: verdana, helvetica, sans-serif;
|
||||
background: #F7F7F7;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -109,8 +110,14 @@ div.incident {
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
table{
|
||||
background:#fff;
|
||||
}
|
||||
|
||||
table th, table td {
|
||||
text-align: center;
|
||||
line-height: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
th.service {
|
||||
@@ -123,7 +130,6 @@ th.service {
|
||||
}
|
||||
|
||||
div.page-header{
|
||||
background:#f5f5f5;
|
||||
margin:10px -5px 20px;
|
||||
padding:10px 10px 0 10px;
|
||||
-moz-border-radius:5px 5px 0 0;
|
||||
@@ -136,7 +142,25 @@ border-bottom: 0px;
|
||||
margin: 0 0 0px;
|
||||
}
|
||||
|
||||
table th, table td {
|
||||
line-height: 10px;
|
||||
vertical-align: middle;
|
||||
|
||||
#my-tab-content{
|
||||
background:#fff;
|
||||
margin:-20px -5px 20px;
|
||||
Padding-top:20px;
|
||||
padding-left:20px;
|
||||
-moz-border-radius:5px 5px 0 0;
|
||||
-webkit-border-radius:5px;
|
||||
border-left: 1px solid #DDD;
|
||||
border-right: 1px solid #DDD;
|
||||
border-bottom: 1px solid #DDD;
|
||||
}
|
||||
.rounded_content{
|
||||
background:#fff;
|
||||
margin:0 -5px 20px;
|
||||
Padding-top:20px;
|
||||
padding-left:20px;
|
||||
-moz-border-radius:5px 5px 0 0;
|
||||
-webkit-border-radius:5px;
|
||||
border: 1px solid #DDD;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user