Commit 46932609 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Small css fixes

Showing with 8 additions and 6 deletions
+8 -6
......@@ -64,6 +64,7 @@ padding: 0;
}
.datepicker-calendar table tbody tr td {
box-sizing: content-box;
border: 1px #EAEAEA solid;
margin: 0;
padding: 0;
......@@ -83,6 +84,7 @@ cursor: pointer;
}
.datepicker-calendar table tbody tr td.wday {
box-sizing: content-box;
border: 1px #AAA solid;
background: #CCC;
cursor: text;
......@@ -98,6 +100,7 @@ background: #F4F3F3;
.datepicker-calendar table tbody tr td.today,
.datepicker-calendar table tbody tr td.today:hover {
box-sizing: content-box;
border: 1px #CCE9FF solid;
background: #E9F5FF;
background-image: url(../../images/date_active.png);
......
......@@ -18,16 +18,18 @@ white-space: nowrap;
}
table.listingTable > thead > tr > th {
box-sizing: content-box;
background: #F0F0F0;
font-weight: bold;
border-right: 1px solid #C0C2C3;
border-bottom: 1px solid #C0C2C3;
padding: 3px;
height: 22px;
}
html.ltr table.listingTable > thead > tr > th {
border-right: 1px solid #C0C2C3;
}
html.rtl table.listingTable > thead > tr > th {
border-left: 1px solid #C0C2C3;
border-right: none;
}
table.listingTable > tbody {
......
......@@ -71,7 +71,6 @@ display: block;
float: left;
clear: left;
width: 49%;
vertical-align: top;
border: 1px solid #c0c2c3;
padding: 0;
margin-top: 0.5%;
......
......@@ -634,7 +634,7 @@ color: #31363b;
width: 36px;
height: 36px;
overflow: hidden;
display: inline-block;
display: block;
}
html.ltr a.maintitlebar {
float: left;
......@@ -661,14 +661,12 @@ color: #31363b;
html.ltr div#header_left, html.rtl div#header_left {
height: 40px;
width: 100%;
float: none;
}
html.ltr div#header_right, html.rtl div#header_right {
padding-top: 8px;
height: 30px;
margin-top: -40px;
width: 100%;
float: none;
}
div#header_right a {
background: #eff0f1;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment