accounts2/fas/fas/static/css fas.css, 1.1, 1.2 fas.css~, 1.1, 1.2 style.css, 1.1, 1.2

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Sat Apr 14 21:35:46 UTC 2007


Author: mmcgrath

Update of /cvs/fedora/accounts2/fas/fas/static/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4018/fas/fas/static/css

Modified Files:
	fas.css fas.css~ style.css 
Log Message:
Added more features


Index: fas.css
===================================================================
RCS file: /cvs/fedora/accounts2/fas/fas/static/css/fas.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fas.css	26 Mar 2007 15:11:17 -0000	1.1
+++ fas.css	14 Apr 2007 21:35:44 -0000	1.2
@@ -1,3 +1,14 @@
+#error {
+  border: 1px solid red;
+  border-top: 0px none;
+  color: #000;
+  background-color: red;
+  padding: 0px;
+  font-size: 80%;
+  text-align: center;
+  margin: 0 auto 1em auto;
+}
+
   body {
     font-family:    "Luxi Sans Mono", sans-serif;
     font-size:      small;
@@ -9,6 +20,12 @@
     margin-right:   .5em;
   }
 
+  table.menu td{
+    text-align:     center;
+    margin-right:   .5em;
+    font-weight:    bolder;
+ }
+
   table.account-info td {
     font-size:      small;
   }


Index: fas.css~
===================================================================
RCS file: /cvs/fedora/accounts2/fas/fas/static/css/fas.css~,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fas.css~	26 Mar 2007 15:11:17 -0000	1.1
+++ fas.css~	14 Apr 2007 21:35:44 -0000	1.2
@@ -1,3 +1,14 @@
+#error {
+  border: 1px solid #fff;
+  border-top: 0px none;
+  color: #000;
+  background-color: red;
+  padding: 0px;
+  font-size: 80%;
+  text-align: center;
+  margin: 0 auto 1em auto;
+}
+
   body {
     font-family:    "Luxi Sans Mono", sans-serif;
     font-size:      small;
@@ -9,6 +20,12 @@
     margin-right:   .5em;
   }
 
+  table.menu td{
+    text-align:     center;
+    margin-right:   .5em;
+    font-weight:    bolder;
+ }
+
   table.account-info td {
     font-size:      small;
   }


Index: style.css
===================================================================
RCS file: /cvs/fedora/accounts2/fas/fas/static/css/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- style.css	26 Mar 2007 15:11:17 -0000	1.1
+++ style.css	14 Apr 2007 21:35:44 -0000	1.2
@@ -96,6 +96,7 @@
   margin: 0 auto 1em auto;
 }
 
+
 .code {
   font-family: monospace;
 }




More information about the scm-commits mailing list