Thomas Bruederli
2013-01-25 f7c50e28dbd637b3b60c6aea0fac3768f8f59f05
skins/larry/styles.css
@@ -513,6 +513,7 @@
}
#topnav {
   position: relative;
   height: 46px;
   margin-bottom: 10px;
   padding: 0 0 0 10px;
@@ -647,6 +648,7 @@
.uibox {
   border: 1px solid #a3a3a3;
   border-radius: 4px;
   overflow: hidden;
   box-shadow: 0 0 2px #999;
   -o-box-shadow: 0 0 2px #999;
   -webkit-box-shadow: 0 0 2px #999;
@@ -698,7 +700,8 @@
   left: 0;
   width: 100%;
   bottom: 0;
   overflow: auto;
   overflow-x: hidden;
   overflow-y: auto;
}
.listbox .scroller.withfooter {
@@ -824,6 +827,10 @@
   overflow: hidden;
}
.uibox .boxfooter {
   border-radius: 0 0 4px 4px;
}
.boxfooter .listbutton {
   display: inline-block;
   text-decoration: none;
@@ -832,6 +839,10 @@
   background: #c7e3ef;
   padding: 3px 0;
   margin-top: 1px;
}
.uibox .boxfooter .listbutton:first-child {
   border-radius: 0 0 0 4px;
}
.boxfooter .listbutton .inner {
@@ -1498,6 +1509,7 @@
   text-decoration: none;
   color: #333;
   cursor: pointer;
   white-space: nowrap;
}
a.menuselector .handle {