diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 196: Add some new css classes for ajax progress and for sidebar-less content

Message ID 20110708030055.11148.24326.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki July 8, 2011, 3 a.m. UTC
------------------------------------------------------------
revno: 196
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Fri 2011-07-08 04:57:04 +0200
message:
  Add some new css classes for ajax progress and for sidebar-less content
modified:
  lava_server/htdocs/css/default.css


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/htdocs/css/default.css'
--- lava_server/htdocs/css/default.css	2011-07-07 18:15:16 +0000
+++ lava_server/htdocs/css/default.css	2011-07-08 02:57:04 +0000
@@ -305,6 +305,15 @@ 
   -webkit-border-radius: 0 0 0 7pt;
 }
 
+#rounded_content_footer {
+  background-color: #F5F4E1;
+  height: 10pt;
+
+  border-radius: 0 0 7pt 7pt;
+  -moz-border-radius: 0 0 7pt 7pt;
+  -webkit-border-radius: 0 0 7pt 7pt;
+}
+
 #sidebar_footer {
   background-color: #75756C;
   height: 10pt;
@@ -399,3 +408,23 @@ 
 ol.file_listing li:hover {
   text-decoration: underline;
 }
+
+
+#ajax_notification {
+  background-color: white;
+  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
+  color: black;
+  display: hidden;
+  font-size: 12pt;
+  font-weight: bold;
+  height: 30px;
+  left: 0;
+  padding: 5pt;
+  position: fixed;
+  width: 100%;
+}
+#ajax_notification img {
+  vertical-align: baseline;
+  position: relative;
+  top: 3px;
+}