[Bps-public-commit] r17698 - sd/trunk/lib/App/SD/Server
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jan 11 17:47:18 EST 2009
Author: jesse
Date: Sun Jan 11 17:47:18 2009
New Revision: 17698
Modified:
sd/trunk/lib/App/SD/Server/View.pm
Log:
* webui cleanups
Modified: sd/trunk/lib/App/SD/Server/View.pm
==============================================================================
--- sd/trunk/lib/App/SD/Server/View.pm (original)
+++ sd/trunk/lib/App/SD/Server/View.pm Sun Jan 11 17:47:18 2009
@@ -13,7 +13,6 @@
template '/css/sd.css' => sub {
-
outs_raw( '
body {
@@ -22,7 +21,8 @@
margin: 0;
padding: 0;
}
-
+
+
div.page {
align: center;
max-width: 800px;
@@ -80,7 +80,7 @@
ul.page-nav li ul li {
- backgrond: #c00;
+ background: #c00;
}
ul.comments {
@@ -92,11 +92,11 @@
}
-
-textarea:focus, input:focus {
- background-color: #eec;
- }
-
+textarea:focus, input:focus {
+ padding: 2px;
+ padding-left: 1px;
+ background-color: #ffc;
+}
input[type=submit] {
background: #1133AA;
@@ -107,7 +107,6 @@
top: 1em;
left: 38.5em;
}
-
input[type=submit]:hover {
background: #002299;
}
@@ -145,7 +144,6 @@
border-top: 1px solid #ccc;
}
-
ul.page-nav li {
background: #ddd;
border: 0;
@@ -154,15 +152,13 @@
ul.page-nav li:hover,
ul.page-nav li.sfHover,
ul.page-nav a:focus,
-ul.page-nav a:hover, ul.page-nav a:active
-{
+ul.page-nav a:hover, ul.page-nav a:active {
background: #ccc;
}
ul.page-nav {
padding: 0;
background: #601;
-
}
ul.page-nav a {
@@ -174,7 +170,6 @@
}
-
.widget:nth-child(odd) {
background: #f5f5f5;
}
@@ -208,6 +203,7 @@
dl.history dt .original_sequence_no:after {
content: " @ ";
}
+
dl.history dt .original_source_uuid {
color: #ccc;
}
@@ -222,7 +218,6 @@
margin-left: 1em;
margin-right: 1em;
border-bottom: 1px solid #ccc;
-
}
ul.comments li .content {
@@ -237,6 +232,7 @@
background: #f5f5f5;
}
+
' );
};
More information about the Bps-public-commit
mailing list