Removed parameters are displayed in a shaded style.
[gnucomo.git] / src / web / gnucomo.css
index f4a27fb..e155053 100644 (file)
@@ -15,6 +15,12 @@ h2
    font-family : sans-serif ;
 }
 
+h2.error
+{
+   font-family : sans-serif ;
+   color       : red;
+}
+
 div.login
 {
    background : rgb(80, 120, 150) ;
@@ -26,10 +32,18 @@ div.login
    width: 80%;
    text-align : center ;
 }
+
 table
 {
-   width : 80% ;
+   width : 90% ;
    border-width : medium ;
+   border-style : solid ;
+   border-collapse : collapse;
+   padding : 1px ;
+}
+
+table.form
+{
    border-style : none ;
    border-collapse : collapse;
    padding : 1px ;
@@ -38,6 +52,30 @@ table
 td
 {
    font-family : sans-serif ;
+   text-align  : left ;
+   border-width : thin ;
+   border-style : solid ;
+   vertical-align : top ;
+   padding : 2px ;
+}
+
+td.form
+{
+   font-family : sans-serif ;
+   text-align  : left ;
+   border-style : none ;
+   vertical-align : top ;
+   padding : 2px ;
+}
+
+td.number
+{
+   text-align  : right ;
+}
+
+td.time
+{
+   width : 18em ;
 }
 
 th
@@ -45,3 +83,41 @@ th
    border-width : thin ;
    border-style : solid ;
 }
+
+
+/*  Table styles for diff-like views */
+
+td.left
+{
+   color : blue ;
+   font-family : sans-serif ;
+}
+
+td.right
+{
+   color : lightgreen ;
+   font-family : sans-serif ;
+}
+
+td.both
+{
+   color : red ;
+   font-family : sans-serif ;
+}
+
+td.shaded
+{
+   color : lightgray ;
+   font-family : sans-serif ;
+}
+
+textarea
+{
+   width : 60em ;
+   height : 10em ;
+}
+
+img
+{
+   border-style : none ;
+}