[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
fedora-updates-system/updatessystem/static/css layout.css,1.1,1.2
- From: Luke Macken (lmacken) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: fedora-updates-system/updatessystem/static/css layout.css,1.1,1.2
- Date: Sun, 31 Dec 2006 04:10:50 -0500
Author: lmacken
Update of /cvs/fedora/fedora-updates-system/updatessystem/static/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/static/css
Modified Files:
layout.css
Log Message:
- Add GPL headers
- README updates
- Disable transactions in our development environment
- Write mail sending module using TurboMail and some other hackery
- Initialize the updates-stage in our model.py
- Write push code and metadata generation
- Started writing the xmlrpc server code
- Create rpm_fileheader and sha1sum functions in util.py
- Elaborate configuration
- Change logging format
- Start writing a few more testcases
- Wrote comet-based (async httpxmlrequest) Push Console
- Add RPM spec file
Index: layout.css
===================================================================
RCS file: /cvs/fedora/fedora-updates-system/updatessystem/static/css/layout.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- layout.css 7 Dec 2006 07:19:52 -0000 1.1
+++ layout.css 31 Dec 2006 09:10:19 -0000 1.2
@@ -351,6 +351,12 @@
border: 1px solid #4F4F4F;
}
+input.button {
+ font-size:12px;
+ border: 1px solid #4F4F4F;
+}
+
+
/*
** The update list (list.kid)
*/
@@ -426,13 +432,36 @@
}
flash.div {
- width: 400px;
- margin: 0px auto;
- height: 50px;
- padding: 35px 10px 10px 55px;
- background-repeat: no-repeat;
- background-position: left;
- font-size: 18px;
- background-color: #99CC99;
border: 1px solid #006633;
+ padding-left: 20px;
+}
+
+/*
+** Login CSS (login.kid)
+*/
+
+table.login {
+ border-collapse: collapse;
+ border-bottom: 1px solid #bcbcbc;
+ border-top: 1px solid #bcbcbc;
+ width: 100%;
+}
+
+
+td.login-title {
+ text-align: right;
+ vertical-align: top;
+ background-color: #f1f1f1;
+ width: 25%;
+ padding-top: 5px;
+ padding-right: 5px;
+ font-weight: bold;
+ padding: 5px;
+}
+
+td.login-value {
+ text-align: left;
+ padding-top: 5px;
+ padding-left: 5px;
+ padding: 5px;
}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]