WIP, compile problems

This commit is contained in:
emeric
2014-04-08 12:33:05 +02:00
parent 5f74ab01eb
commit 788a7638bc
10 changed files with 122 additions and 103 deletions
+10 -1
View File
@@ -74,6 +74,7 @@
@media (max-width: 979px) {
.nav-collapse .dropdown-menu {
display: block !important;
position: static !important;
}
.nav-collapse .dropdown-menu li > a:hover {
@@ -501,7 +502,10 @@
white-space: nowrap;
background: white;
border: 1px solid @tableBorder;
overflow: auto;
&.Wt-itemview-paged {
overflow: auto;
}
.Wt-spacer {
background: url(../../../loading.png);
@@ -668,6 +672,11 @@ body.Wt-rtl {
.Wt-tv-contents .Wt-tv-c, .Wt-plaintable td, .Wt-plaintable th {
border-right: 1px solid @tableBorder;
border-top: 1px solid @tableBorder;
margin-top: -1px;
}
.Wt-spacer {
border-bottom: 1px solid @tableBorder;
}