accounts2/fas/fas/static/css style.css,1.4,1.5
Michael Patrick McGrath (mmcgrath)
fedora-extras-commits at redhat.com
Mon Apr 30 13:37:47 UTC 2007
Author: mmcgrath
Update of /cvs/fedora/accounts2/fas/fas/static/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7136/fas/fas/static/css
Modified Files:
style.css
Log Message:
Major UI changes. Added help system. Added group prereq to ldap schema
Index: style.css
===================================================================
RCS file: /cvs/fedora/accounts2/fas/fas/static/css/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- style.css 27 Apr 2007 21:08:50 -0000 1.4
+++ style.css 30 Apr 2007 13:37:44 -0000 1.5
@@ -354,6 +354,14 @@
.flash
{
+ background: #DEE6B1 url(/fas/static/images/success.png) 10px 50% no-repeat;
+ border: 1px solid #CCBBAA;
+ padding: 1.5ex 15px 1.5ex 43px;
+ margin: 1ex 0;
+}
+
+.flash
+{
float: left;
background: #DEE6B1 url(/fas/static/images/success.png) 10px 50% no-repeat;
height: 50px;
@@ -363,3 +371,11 @@
margin-top: 9px;
}
+.help
+{
+ background: #DEE6B1 url(/fas/static/images/help.png) 10px 50% no-repeat;
+ border: 1px solid #CCBBAA;
+ padding: 1.5ex 15px 1.5ex 65px;
+ margin: 1ex 0;
+}
+
More information about the scm-commits
mailing list