Resources/css/prefs.css
changeset 0 80c32ef237c6
child 1 b3419d05eabb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Resources/css/prefs.css	Mon Sep 02 02:22:21 2013 -0700
@@ -0,0 +1,53 @@
+
+#test {
+	margin-top: 10px;
+}
+
+input[type="text"] {
+	width: 100%;
+}
+
+fieldset div {
+	text-align: right;
+	padding: 5px;
+}
+
+table {
+	text-align: right;
+	font-size: 0.8em;
+}
+
+.desc {
+	width: 100%;
+	padding-right: 10px;
+}
+
+.icon {
+	display: inline-block;
+	padding: 4px 10px;
+	font-size: 3em;
+}
+
+#sections {
+	text-align: center;
+	padding-left: 0px !important; /* override tide default style */
+}
+
+#sections li {
+	display: inline;
+	list-style-type: none;
+}
+
+#sections li a {
+	text-shadow: 2px 2px 1px #000;
+}
+
+#sections li a:active {
+	cursor: pointer;
+	text-shadow: none;
+	position: relative;
+	top: 1px;
+	left: 1px;
+}
+
+