Remove bunch of duplicated code.

This commit is contained in:
Paulo Veiga
2011-10-02 20:16:57 -03:00
parent 0f990f1c63
commit 410180e744
6 changed files with 69 additions and 485 deletions

View File

@@ -1,6 +1,6 @@
@import "common.css";
@import "commonLibs.css";
@import "thirdparty.css";
@import "widget/lightbox.css";
@import "libraries/moodialog/css/MooDialog.css";
html {
overflow: hidden;
@@ -735,4 +735,20 @@ div#toolbar .topicRelation:hover {
div#toolbar .relationshiplabel {
width: 56px;
}
div#toolbar .buttonActive {
width: 32px;
height: 36px;
float: left;
margin: 0 1px;
cursor: pointer;
border: 1px solid black;
border-top-color: white;
border-left-color: white;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}