]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
new style exception reporting
[tt-rss.git] / tt-rss.css
index 74dd70cc3acb61b776824a1588fd6a9a2af0cf07..ddeb44f5434ad5923c6025d527087ce2eadfb0c9 100644 (file)
@@ -567,13 +567,25 @@ div.helpResponse {
        top : -4px;
 }
 
-html>body #infoBox {
+div#errorBox {
+       background-color : #ffcccc;
+       border : 1px solid #ff0000;
+       font-size : 12px;
+       position: relative;
+       overflow : hidden;
+       left : -4px;
+       top : -4px;
+}
+
+
+html>body #infoBox, html>body #errorBox {
        left : -10px;
        top : -10px;
        margin : 0;
 }
 
-#infoBoxShadow:before, #infoBoxShadow:after {
+#infoBoxShadow:before, #infoBoxShadow:after, 
+#errorBoxShadow:before, #errorBoxShadow:after {
        content : " ";
        display : block;
        background : inherit;
@@ -581,7 +593,7 @@ html>body #infoBox {
        height : 10px;
 }
 
-#infoBoxShadow:before {
+#infoBoxShadow:before, #errorBoxShadow:before {
        position : absolute;
        top : 0;
        right : 0;
@@ -589,24 +601,30 @@ html>body #infoBox {
        background-position : right top;
 }
 
-#infoBoxShadow:after {
+#infoBoxShadow:after, #errorBoxShadow:after {
        margin : -10px 0 0 -10px;
        background-position : left bottom;
 }
 
 
-#infoBoxShadow {
+#infoBoxShadow, #errorBoxShadow {
        background-image : url("images/shadow.png");
        background-position : bottom right;
        left : 25%;
        top : 70px;
        width : 50%;
-       z-index : 5;
        position : absolute;
-       display : none;
        min-width : 600px;
 } 
 
+#infoBoxShadow {
+       z-index : 5;
+}
+
+#errorBoxShadow {
+       z-index : 400;
+}
+
 div.infoBoxContents {
        padding : 10px;
        margin-bottom : 5px;
@@ -837,6 +855,8 @@ div.headlinesSubToolbar * {
 
 div.headlinesSubToolbar div#subtoolbar_ftitle {
        float : right;
+       line-height : 25px;
+
 }
 
 span.contentPreview {
@@ -907,10 +927,6 @@ div.postHeader div.postDateRTL {
        float : right;
 }
 
-div.postReply span.tagList {
-       color : gray;
-}
-
 div.postHeader div {
        padding-bottom : 3px;
        font-size : 12px;
@@ -1330,44 +1346,6 @@ a.cdmToggleLink:hover {
        margin : 10px;
 }
 
-#fatal_error {
-       background : white;
-       left : 0;
-       top : 0;
-       height : 100%;
-       width : 100%;
-       z-index : 200;
-       display : none;
-       position : absolute;
-}
-
-#fatal_error_inner {
-       font-weight : bold;
-       margin : 10px;
-       color : red;
-}
-
-#fatal_error_msg {
-       color : black;
-       padding : 10px;
-       font-weight : normal;
-       background-color : #ffcccc;
-       border : 1px solid #ff0000;
-}
-
-#fatal_error_msg a {
-       color : red;
-}
-
-#fatal_error_msg a:hover {
-       color : red;
-       text-decoration : underline;
-}
-
-#fatal_error_msg img {
-       vertical-align : middle;
-}
-
 #noDaemonWarning {     
        position : absolute;
        background-color : #ecf4ff;               
@@ -2085,3 +2063,28 @@ ul#headlineActionsBody li.insensitive:hover {
        cursor : normal;
        color : gray;
 }
+
+div#errorBox div#xebTitle {
+       background-color : #ff0000;
+       color : white;
+       padding : 4px 2px 4px 10px;
+       color : white;
+       font-weight : bold;
+       font-size : 12px;
+}
+
+div#errorBox div#xebContent {
+       font-size : 12px;
+       padding : 10px;
+}
+
+div#errorBox textarea {
+       width : 100%;
+       height : 200px;
+}
+
+div#errorBox input {
+       margin-bottom : 10px;
+}
+
+