aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-08-02 16:54:13 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-08-02 16:54:13 +0100
commit048f420510370b6276db27da5c4f55620badf6b4 (patch)
treef47ba83136adc904293ba7c8151d93595e8acea9 /static
parent44716daaf1eb940b33b0459941f29881ae09aa3a (diff)
More interface tweaks.
--HG-- rename : mauveserver.conf => etc/mauveserver.conf rename : test/ts_mauve.rb => test/test_mauve.rb
Diffstat (limited to 'static')
-rw-r--r--static/javascript/mauve_utils.js2
-rw-r--r--static/stylesheets/bytemark.css9
-rw-r--r--static/stylesheets/mauve.css20
3 files changed, 11 insertions, 20 deletions
diff --git a/static/javascript/mauve_utils.js b/static/javascript/mauve_utils.js
index 674a3a9..cd0d52b 100644
--- a/static/javascript/mauve_utils.js
+++ b/static/javascript/mauve_utils.js
@@ -226,7 +226,7 @@ function clearError(func) {
}
if ( $('div.flash.error').contents().length == 0 ) {
- $('div.flash.error').fadeOut(2000);
+ $('div.flash.error').hide();
}
return false;
diff --git a/static/stylesheets/bytemark.css b/static/stylesheets/bytemark.css
index e4a14cb..365d3aa 100644
--- a/static/stylesheets/bytemark.css
+++ b/static/stylesheets/bytemark.css
@@ -64,10 +64,15 @@ h2 a {
h3, th {
font-weight: bold;
- font-size: small;
+ font-size: normal;
background-color: #E4E4E4;
color: black;
}
+
+th {
+ font-size: small;
+}
+
h3 {
padding: 3px 5px;
margin: 5px 5px 0px 5px;
@@ -96,7 +101,7 @@ div#navbar {
margin: -5px -5px 5px -5px;
padding-left: 15px;
background-color: #666;
- font-size: 14px;
+ font-size: small;
}
div#navbar ul {
diff --git a/static/stylesheets/mauve.css b/static/stylesheets/mauve.css
index b0764db..50f5da3 100644
--- a/static/stylesheets/mauve.css
+++ b/static/stylesheets/mauve.css
@@ -46,20 +46,6 @@ tr.detail {
border-top-width: thin;
}
-div.error {
- border: #c66dff medium solid;
- background-color: #e0b0ff;
-}
-
-div.notice {
- border: #c66dff medium solid;
- background-color: #e0b0ff;
-}
-
-div.error p, div.notice p {
- background-color: transparent;
-}
-
.hidden {
display: none;
}
@@ -78,18 +64,18 @@ div.notice {
background-image: url('/images/information.png');
}
-div.notice, div.error {
+div.flash {
margin: 5px 5px 0px;
padding: 0px;
padding-left: 20px;
color: black;
- font-size: 12px;
+ font-size: large;
background-position: 5px;
background-repeat: no-repeat;
min-height: 20px;
}
-div.error p, div.notice p {
+div.flash p {
background-color: transparent;
}