shuber 2005/10/10 19:54:32 CEST
Modified files:
core/src/webapp/jsp/jahia/css colorsAndStyles.css
Log:
Playing with button styles, hoping we will find something we like.
Revision Changes Path
1.10 +9 -4 jahia/core/src/webapp/jsp/jahia/css/colorsAndStyles.css
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/css/colorsAndStyles.css.diff?r1=1.9&r2=1.10&f=h
Index: colorsAndStyles.css
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/css/colorsAndStyles.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- colorsAndStyles.css 10 Oct 2005 14:23:08 -0000 1.9
+++ colorsAndStyles.css 10 Oct 2005 17:54:32 -0000 1.10
@@ -117,13 +117,18 @@
/* ------------------------------------------------ */
#wrapper .button {
- border: 1px solid #398EC3;
- padding: 1px;
+ padding: 0px;
+ background-color: #398EC3;
+ color: #333333;
+ font-size: 75%;
font-weight: bold;
- /*background: url("images/buttonShadow.gif") no-repeat right bottom;*/
+ font-family: Verdana, Helvetica, Arial, sans-serif;
}
#wrapper .button a {
- background-color: #398EC3;
+ border: 3px double #999999;
+ border-top-color: #CCCCCC;
+ border-left-color: #CCCCCC;
+ padding: 0.25em;
text-decoration: none;
font-style: normal;
font-size:11px;