fedora-updates-system/updatessystem/static/css layout.css,1.2,1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sat Jan 6 08:03:29 UTC 2007


Author: lmacken

Update of /cvs/fedora/fedora-updates-system/updatessystem/static/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8042/updatessystem/static/css

Modified Files:
	layout.css 
Log Message:
- lock down AdminController
- more identity integration
- create {pending,my} updates lists
- Allow push submissions
- Add F7 and EPEL5 releases
- Enable admin group
- Add beginning of PackageValidator and NewUpdateSchema
- Add AutoCompleteField to autocomplete package-version-release's in the new upd
ate form
- Other misc cleanups/fixes



Index: layout.css
===================================================================
RCS file: /cvs/fedora/fedora-updates-system/updatessystem/static/css/layout.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- layout.css	31 Dec 2006 09:10:19 -0000	1.2
+++ layout.css	6 Jan 2007 08:03:27 -0000	1.3
@@ -422,17 +422,15 @@
 }
 
 div.show {
-    text-align: right;
-    padding-right: 20px;
     padding-bottom: 5px;
+    font-size: 1.5em;
 }
 
 div.alert {
     padding-left: 20px;
 }
 
-flash.div {
-    border: 1px solid #006633;
+div.flash {
     padding-left: 20px;
 }
 
@@ -465,3 +463,12 @@
     padding-left: 5px;
     padding: 5px;
 }
+
+h1.padded {
+    padding-left: 10px;
+}
+
+p.padded {
+    padding-left: 10px;
+}
+




More information about the scm-commits mailing list