styling changes to error and info boxes
authorec2-user <ec2-user@fcdev4.finalsclub.org>
Sat, 19 Nov 2011 21:03:10 +0000 (21:03 +0000)
committerec2-user <ec2-user@fcdev4.finalsclub.org>
Sat, 19 Nov 2011 21:03:10 +0000 (21:03 +0000)
public/index.html
public/stylesheets/fc2.css

index 611cf62681797bea27baa745478a2c83483739bb..ee11f231330a2952fd02cc5733d717f8e52e38d7 100644 (file)
@@ -49,7 +49,9 @@
 
                <div id="topofcontent"></div>
 
-    <div id="messages" class="page"><span id="PROTO_message" class="__type__">__msg__</span></div>
+               <div id="messages" class="page">
+                       <div id="PROTO_message" class="__type__">__msg__</div>
+               </div>
 
                <div class="content">
                        <style>
index d6a1e22c5c4069043e1c49cc69b380c1fd25a9e9..50f9db8a46776fb0eaf10d647e4a984d7fd28916 100644 (file)
@@ -113,6 +113,24 @@ span.hint {
        font-weight: normal;
 }
 
+div.error {
+       font-weight: bold;
+       font-size: 110%;
+       padding: 0.5em 1%;
+       color: #f00;
+       background: #fdd;
+       border: solid 2px #f00;
+}
+
+div.info {
+       font-weight: bold;
+       font-size: 110%;
+       padding: 0.5em 1%;
+       color: #028;
+       background: #bef;
+       border: solid 2px #8cf;
+}
+
 span.text p {
 }
 
@@ -670,7 +688,8 @@ div.course {
 }
 
 #messages {
-       margin: 0em 5%;
+       text-align:  center;
+       margin: 0 5%;
 }
 #messages ul {
        padding: 0.5em 1em 0.5em 3em;