]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
remove top hello - feedback - preferences line
[tt-rss.git] / tt-rss.css
index ee52454cf54c24928376d46576efb66acd005e63..5c5042482d06477a0818fcd609962d8576ee6b53 100644 (file)
@@ -530,44 +530,10 @@ div#headlines-toolbar .dijitSelect {
 div#headlines-toolbar span.r {
        float: right;
    position: relative;
-       background : #ecf4ff;
-       border-left: 5px solid white;
        padding : 0 4px 0px 4px;
        text-align : right;
 }      
 
-/* http://css-tricks.com/adobe-like-arrow-headers/ */
-
-@media screen and (-webkit-min-device-pixel-ratio:0) { 
-       div#headlines-toolbar span.r:before,
-       div#headlines-toolbar span.r:after {
-               content: "";
-          position: absolute;
-           /* Pushed down half way, will get pulled back up half height of triangle
-              ensures centering if font-size or line-height changes */
-           top: 50%;
-           width: 0;
-           height: 0;
-       }
-       div#headlines-toolbar span.r:before {
-           left: -12px;
-           /* Triangle */
-           border-top: 8px solid transparent;
-           border-bottom: 8px solid transparent;
-           border-right: 8px solid white;
-           /* Pull-up */
-           margin-top: -8px;
-       }
-       div#headlines-toolbar span.r:after {
-           /* Smaller and different position triangle */
-           left: -5px;
-           border-top: 6px solid transparent;
-           border-bottom: 6px solid transparent;
-           border-right: 6px solid #ecf4ff;
-           margin-top: -6px;
-       }
-}
-
 div#headlines-toolbar span.r span.error {
        color : red;
 } 
@@ -1113,7 +1079,9 @@ div.fatalError textarea {
 
 #content-wrap {
        padding : 0px;
-       border-width : 0px;
+       border-width : 0px 0px 1px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
        margin : 0px;
 }
 
@@ -1145,12 +1113,6 @@ div.fatalError textarea {
        display : none;
 }
 
-#content-tabs {
-       margin : 0px;
-       padding : 0px;
-       border-width : 0px;
-}
-
 #toolbar {
        padding : 0px;
        margin : 0px;
@@ -1273,13 +1235,6 @@ a.bookmarklet {
        padding : 2px;
 }
 
-#newVersionIcon {
-       margin-left : 5px;
-       vertical-align : middle;
-       position : relative;
-       top : -1px;
-}
-
 .player {
        display : inline-block;
        color : gray;