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
+9 -1
View File
@@ -86,6 +86,7 @@
@media (max-width: 979px) {
.nav-collapse .dropdown-menu {
display: block !important;
position: static !important;
}
.nav-collapse .dropdown-menu li > a:hover {
color: #555555;
@@ -249,6 +250,7 @@
.Wt-cal .days td .Wt-cal-sel,
.Wt-cal .days td .Wt-cal-sel:hover {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
@@ -544,7 +546,6 @@
white-space: nowrap;
background: white;
border: 1px solid #dddddd;
overflow: auto;
/* header */
/* resize handles */
@@ -554,6 +555,9 @@
/* item drag & drop */
}
.Wt-itemview.Wt-itemview-paged {
overflow: auto;
}
.Wt-itemview .Wt-spacer {
background: url(../../../loading.png);
}
@@ -688,6 +692,10 @@ body.Wt-rtl .Wt-itemview .Wt-tv-no-rh {
.Wt-tableview .Wt-plaintable td,
.Wt-tableview .Wt-plaintable th {
border-right: 1px solid #dddddd;
border-top: 1px solid #dddddd;
margin-top: -1px;
}
.Wt-tableview .Wt-spacer {
border-bottom: 1px solid #dddddd;
}
.Wt-tableview .Wt-header {