|
@@ -257,7 +257,7 @@ table.sqm_emptyFolder td {
|
|
}
|
|
}
|
|
|
|
|
|
/* error_box.tpl definitions */
|
|
/* error_box.tpl definitions */
|
|
-.table_errorBoxWrapper {
|
|
|
|
|
|
+.table_errorBoxWrapper {
|
|
background: #ababab /* __COLOR9__ */;
|
|
background: #ababab /* __COLOR9__ */;
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-right: auto;
|
|
@@ -275,6 +275,22 @@ td.error_header {
|
|
color: #cc0000 /* __COLOR2__*/;
|
|
color: #cc0000 /* __COLOR2__*/;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* logout error screen */
|
|
|
|
+
|
|
|
|
+#sqm_errorLogout {
|
|
|
|
+ margin-top: 25px;
|
|
|
|
+ text-align: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#sqm_errorLogout table {
|
|
|
|
+ border: 0;
|
|
|
|
+ padding: 0;
|
|
|
|
+ margin-left: auto;
|
|
|
|
+ margin-right: auto;
|
|
|
|
+ width: 70%;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
/* page_header.tpl definitions */
|
|
/* page_header.tpl definitions */
|
|
.sqm_currentFolder {
|
|
.sqm_currentFolder {
|
|
background: #ababab /* __COLOR9__ */;
|
|
background: #ababab /* __COLOR9__ */;
|