Aleksander Machniak
2013-12-05 584de9e698aee8f44ac66b5b544be6e2a5ebc8f9
skins/larry/styles.css
@@ -531,8 +531,8 @@
#messagestack {
   position: absolute;
   bottom: 14px;
   right: 5px;
   bottom: 20px;
   right: 12px;
   z-index: 50000;
   width: auto;
   height: auto;
@@ -557,13 +557,13 @@
   color: #ebebeb;
   text-shadow: 0 1px 1px #000;
   background: rgba(64,64,64,0.9);
   background: -moz-linear-gradient(top, rgba(64,64,64,0.9) 0%, rgba(48,48,48,0.9) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,0.9)), color-stop(100%,rgba(48,48,48,0.9)));
   background: -webkit-linear-gradient(top, rgba(64,64,64,0.9) 0%, rgba(48,48,48,0.9) 100%);
   background: -o-linear-gradient(top, rgba(64,64,64,0.9) 0%, rgba(48,48,48,0.9) 100%);
   background: -ms-linear-gradient(top, rgba(64,64,64,0.9) 0%, rgba(48,48,48,0.9) 100%);
   background: linear-gradient(to bottom, rgba(64,64,64,0.9) 0%, rgba(48,48,48,0.9) 100%);
   background: rgba(64,64,64,0.85);
   background: -moz-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.9) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,64,64,0.85)), color-stop(100%,rgba(48,48,48,0.9)));
   background: -webkit-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
   background: -o-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
   background: -ms-linear-gradient(top, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
   background: linear-gradient(to bottom, rgba(64,64,64,0.85) 0%, rgba(48,48,48,0.85) 100%);
   -moz-box-shadow: 0 1px 4px 0 rgba(50,50,50,0.8), inset 0px 1px 0 0px #888;
   -webkit-box-shadow: 0 1px 4px 0 rgba(50,50,50,0.8), inset 0px 1px 0 0px #888;
@@ -579,7 +579,7 @@
   left: 4px;
   width: 20px;
   height: 24px;
   background: url(images/messages_dark.png) 0 6px no-repeat;
   background: url(images/messages_dark.png) 0 7px no-repeat;
}
#messagestack div.error {
@@ -614,6 +614,15 @@
   top: 4px;
   left: 6px;
   background: url(images/ajaxloader_dark.gif) 0 4px no-repeat;
}
#messagestack div a {
   color: #94c0da;
}
#messagestack div a:hover {
   text-decoration: underline;
   cursor: pointer;
}
.ui-dialog.error .ui-dialog-title,
@@ -1133,6 +1142,9 @@
ul.listing li {
   background-color: #d9ecf4;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
ul.listing li ul {
@@ -1385,11 +1397,14 @@
   padding-left: 6px;
}
/* because of border-collapse, we make the left border twice what we want it to be - half will be hidden to the left */
.records-table tbody tr.focused > td:first-child {
   border-left: 8px solid #DDDDDD;
   padding-left: 2px;
   border-left: 2px solid #b0ccd7;
   padding-left: 4px;
}
.records-table tbody tr.selected.focused > td:first-child {
   border-left-color: #49b3d2;
}
.records-table tr.selected td {
@@ -1731,7 +1746,7 @@
#quicksearchbar {
   position: absolute;
   right: 1px;
   right: 2px;
   top: 2px;
   width: 240px;
}
@@ -2008,7 +2023,6 @@
   font-weight: bold;
   text-shadow: 0px 1px 1px #fff;
   padding-left: 30px;
   height: 18px;
   background: url(images/quota.png) -100px 0 no-repeat;
}