Aleksander Machniak
2015-10-27 eb721e35b2fe59eee160dd0116871b847b9f6e3b
skins/larry/styles.css
@@ -1686,6 +1686,15 @@
   padding: 10px;
}
.boxcontent .boxwarning {
   margin: 0 0 10px;
   display: block;
   color: #960;
   border: 1px solid #ffdf0e;
   background: url(images/messages.png) #fef893 5px -85px no-repeat;
   padding: 6px 12px 6px 30px;
}
.contentbox .scroller {
   position: absolute;
   top: 34px;
@@ -2012,6 +2021,10 @@
   color: #1978a1;
}
.toolbar a.button.selected:focus {
   color: #fff;
}
.toolbar a.button.hidden {
   display: none;
}
@@ -2158,6 +2171,14 @@
.toolbar a.button.responses {
   background-position: center -1932px;
}
.toolbar a.button.encrypt {
   background-position: center -2025px;
}
.toolbar a.button.encrypt.selected {
   background-position: center -2068px;
}
a.menuselector {
@@ -2387,6 +2408,12 @@
ul.toolbarmenu li.separator label {
   color: #bbb;
   font-style: italic;
   padding: 0 8px;
   line-height: 17px;
}
ul.toolbarmenu li input {
   margin: 0;
}
ul.toolbarmenu li a.icon {
@@ -3117,4 +3144,14 @@
_:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i {
   line-height: 20px !important;
}
}
.mce-textbox {
   border-radius: 0;
   box-shadow: none;
}
.mce-textbox:focus {
   box-shadow: none;
   outline: none;
}