]> git.wh0rd.org - tt-rss.git/commitdiff
css: cleanup
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 21 Jan 2009 04:08:14 +0000 (05:08 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 21 Jan 2009 04:08:14 +0000 (05:08 +0100)
tt-rss.css

index faa784203bf08de8d6f8e6b282ac0cc7b52dbb8c..137ea8927d877558470a13b919623049a56d1402 100644 (file)
@@ -1725,89 +1725,6 @@ a.feedUpdErrLink {
        display : none;
 }
 
-ul.headlineDropdownMenu {
-       list-style-type : none;
-       margin : 0px;
-       padding : 0px;
-}
-
-ul.headlineDropdownMenu li.top {
-       float : left;
-       width : 12em;
-       background-image : url("images/down_arrow.png");
-       background-position : center right;
-       background-repeat : no-repeat;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top2 {
-       float : left;
-}
-
-ul.headlineDropdownMenu li.top3 {
-       float : left;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.vsep {
-       float : left;
-       margin : 0px 5px 0px 0px;
-       border-width : 0px 1px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : dotted;
-       color : white;
-}
-
-ul.headlineDropdownMenu li.top:hover {
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top:hover ul {
-       display : block;
-}
-
-ul.headlineDropdownMenu ul {
-       list-style-type : none;
-       position : absolute;
-       float : none;
-       margin : 0px;
-       padding : 0px;
-       display : none;
-       background-color : white;
-       width : 12em;
-       z-index : 3;
-       top : auto;
-       left : auto;
-       border-width : 0px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
-       margin-left : -1px;
-       max-height : 300px;
-       overflow : auto;
-}
-
-ul.headlineDropdownMenu ul li {
-       float: none;
-       padding : 2px 0px 2px 10px;
-       color : black;
-}
-
-ul.headlineDropdownMenu ul li:hover {
-       color : #4684ff;
-       background-color : #f0f0f0;
-}
-
 #newVersionIcon {
        vertical-align : middle;
        cursor : pointer;
@@ -2118,10 +2035,6 @@ div.dlgButtons {
        clear : both;
 }
 
-textarea.labelSQL {
-       font-family : monospace;
-}
-
 div#label_test_result {
        clear : both;
 }