Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 21 Sep 2008 08:56:52 +0000
changeset 182 72f193fb5633
parent 181 fdd29818a954
child 183 37d98c3cefa5
Add rounded corners graphics. Add .notice class and rounded corners classes to soc.css file, those will be used to better visualize submit_message like "Profile saved.".
app/soc/content/css/soc.css
app/soc/content/images/ll.gif
app/soc/content/images/lr.gif
app/soc/content/images/ul.gif
app/soc/content/images/ur.gif
--- a/app/soc/content/css/soc.css	Sun Sep 21 08:50:42 2008 +0000
+++ b/app/soc/content/css/soc.css	Sun Sep 21 08:56:52 2008 +0000
@@ -344,3 +344,13 @@
 .error {
   color: red;
 }
+
+.notice { 
+  background:#fad163; 
+  font-weight: bold;
+}
+
+.rounded_ul { background: url(/soc/content/images/ul.gif) no-repeat top left; }
+.rounded_ur { background: url(/soc/content/images/ur.gif) no-repeat top right; }
+.rounded_ll { background: url(/soc/content/images/ll.gif) no-repeat bottom left; }
+.rounded_lr { background: url(/soc/content/images/lr.gif) no-repeat bottom right; }
\ No newline at end of file
Binary file app/soc/content/images/ll.gif has changed
Binary file app/soc/content/images/lr.gif has changed
Binary file app/soc/content/images/ul.gif has changed
Binary file app/soc/content/images/ur.gif has changed