Browse Source

[svn r22272] Adding CSS style and an admin option (partial) see FS#4320

Julio Montoya 15 years ago
parent
commit
081180b0de
1 changed files with 8 additions and 1 deletions
  1. 8 1
      main/css/royal_purple/default.css

+ 8 - 1
main/css/royal_purple/default.css

@@ -2498,4 +2498,11 @@ button.arrowl {
 	padding-left:28px;
 	padding-bottom:10px;
 	padding-top:8px;
-}
+}
+
+.legal-terms {
+	height:150px;
+	overflow:auto;
+	background-color:#eee;
+	width:500px;
+}