Thomas Bruederli
2013-10-25 113b461dfd626c11fda76bfa25cfada9e1b1fcc6
skins/larry/styles.css
@@ -1440,6 +1440,20 @@
   font-size: 12px;
}
.propform div.prop {
   margin-bottom: 0.5em;
}
.propform div.prop.block label {
   display: block;
   margin-bottom: 0.3em;
}
.propform div.prop.block input,
.propform div.prop.block textarea {
   width: 95%;
}
fieldset.floating {
   float: left;
   margin-right: 10px;
@@ -1817,7 +1831,11 @@
}
.toolbar a.button.download {
   background-position: center -1906px;
   background-position: center -1892px;
}
.toolbar a.button.responses {
   background-position: center -1932px;
}
a.menuselector {
@@ -1906,6 +1924,9 @@
   top: 32px;
   left: 90px;
   width: auto;
   max-height: 70%;
   overflow: -moz-scrollbars-vertical;
   overflow-y: auto;
   background: #444;
   border: 1px solid #999;
   z-index: 240;
@@ -1922,6 +1943,7 @@
}
ul.toolbarmenu,
ul.toolbarmenu ul,
#rcmKSearchpane ul {
   margin: 0;
   padding: 0;
@@ -1940,13 +1962,13 @@
}
.googie_list tr:first-child td,
ul.toolbarmenu li:first-child,
ul.toolbarmenu > li:first-child,
select.decorated option:first-child {
   border-top: 0;
}
.googie_list tr:last-child td,
ul.toolbarmenu li:last-child,
ul.toolbarmenu > li:last-child,
select.decorated option:last-child {
   border-bottom: 0;
}
@@ -1998,6 +2020,11 @@
   color: #fff;
   padding: 4px 8px;
   text-shadow: 0px 1px 1px #333;
}
ul.toolbarmenu li.separator label {
   color: #bbb;
   font-style: italic;
}
ul.toolbarmenu li a.icon {
@@ -2078,6 +2105,15 @@
   background-position: 0 -1532px;
}
#snippetslist {
   max-width: 200px;
}
#snippetslist li a {
   overflow: hidden;
   text-overflow: ellipsis;
}
#rcmKSearchpane {
   border-radius: 0 0 4px 4px;
   border-top: 0;