Thomas Bruederli
2013-01-25 f7c50e28dbd637b3b60c6aea0fac3768f8f59f05
skins/larry/styles.css
@@ -41,7 +41,7 @@
input[type="password"],
textarea {
   margin: 0; /* Safari by default adds a margin */
   padding: 3px;
   padding: 4px;
   border: 1px solid #b2b2b2;
   border-radius: 4px;
   box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
@@ -513,6 +513,7 @@
}
#topnav {
   position: relative;
   height: 46px;
   margin-bottom: 10px;
   padding: 0 0 0 10px;
@@ -647,11 +648,21 @@
.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;
   -moz-box-shadow: 0 0 2px #999;
   background: #fff;
}
.minwidth {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 100%;
   min-width: 1150px;
}
.scroller {
@@ -689,7 +700,8 @@
   left: 0;
   width: 100%;
   bottom: 0;
   overflow: auto;
   overflow-x: hidden;
   overflow-y: auto;
}
.listbox .scroller.withfooter {
@@ -815,6 +827,10 @@
   overflow: hidden;
}
.uibox .boxfooter {
   border-radius: 0 0 4px 4px;
}
.boxfooter .listbutton {
   display: inline-block;
   text-decoration: none;
@@ -823,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 {
@@ -1036,8 +1056,8 @@
   margin: 38px 0 10px 0;
}
body.iframe.footerbuttons {
   margin-bottom: 42px;
body.iframe.floatingbuttons {
   margin-bottom: 40px;
}
body.iframe.fullheight {
@@ -1064,14 +1084,25 @@
   z-index: 100;
}
body.iframe .footerbuttons {
body.iframe .footerleft.floating {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 110;
   background: #fff;
   padding: 8px;
   padding-top: 8px;
   padding-bottom: 12px;
}
body.iframe .footerleft.floating:before {
   content: " ";
   position: absolute;
   top: -6px;
   left: 0;
   width: 100%;
   height: 6px;
   background: url(images/overflowshadow.png) top center no-repeat;
}
.boxcontent {
@@ -1087,8 +1118,16 @@
   overflow: auto;
}
.iframebox {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 28px;
}
.footerleft {
   padding: 0 12px 10px 12px;
   padding: 0 12px 4px 12px;
}
.propform fieldset {
@@ -1309,6 +1348,13 @@
/*** toolbar ***/
.toolbar .spacer {
   display: inline-block;
   width: 24px;
   height: 40px;
   padding: 0;
}
.toolbar a.button {
   text-align: center;
   font-size: 10px;
@@ -1463,6 +1509,7 @@
   text-decoration: none;
   color: #333;
   cursor: pointer;
   white-space: nowrap;
}
a.menuselector .handle {
@@ -1952,6 +1999,7 @@
   margin-bottom: 12px;
   padding-top: 15px;
   height: 27px;
   white-space: nowrap;
}
.tabsbar .tablink {