summaryrefslogtreecommitdiff
path: root/css/cssfreeside2.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/cssfreeside2.css')
-rw-r--r--css/cssfreeside2.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css
index 79de37b..b22981d 100644
--- a/css/cssfreeside2.css
+++ b/css/cssfreeside2.css
@@ -934,3 +934,34 @@ table.selfserv td {
padding: 2px;
}
+table.support-plans {
+ padding-left: 32px;
+}
+
+table.support-plans th {
+ background-color:#FFFFFF;
+ border-style:none;
+ text-align: center;
+ padding: 10px;
+}
+
+table.support-plans td {
+ background-color:#FFFFFF;
+ border-style:none;
+ text-align: center;
+}
+
+table.support-plans .yes {
+ color: #008000;
+ font-size: 26px;
+}
+
+table.support-plans .smyes {
+ color: #004000;
+ font-weight: bold;
+}
+
+table.support-plans .no {
+ color: #800000;
+ font-size: 20px;
+}