[phpwebapp-commits] CVS: web_app styles.css,1.6,1.7
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-04-18 09:42:06
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22746 Modified Files: styles.css Log Message: added debug for includes and webobjects Index: styles.css =================================================================== RCS file: /cvsroot/phpwebapp/web_app/styles.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** styles.css 21 Jul 2004 17:04:32 -0000 1.6 --- styles.css 18 Apr 2005 09:41:25 -0000 1.7 *************** *** 117,118 **** --- 117,162 ---- background-color: #f2f2f2; } + + /*---------------------------------------*/ + + .webapp_filetpl_filename + { + margin: 1px; + margin-bottom: 0px; + border: none; + padding: 0px; + padding-left: 5px; + padding-right: 5px; + background-color: #006600; + color: #ffffff; + font-size: 80%; + font-weight: bold; + } + .webapp_filetpl + { + margin: 1px; + margin-top: 0px; + border: 1px solid #006600; + padding: 1px; + } + + .webapp_webobjtpl_id + { + margin: 1px; + margin-bottom: 0px; + border: none; + padding: 0px; + padding-left: 5px; + padding-right: 5px; + background-color: #bb0000; + color: #ffffff; + font-size: 80%; + font-weight: bold; + } + .webapp_webobjtpl + { + margin: 1px; + margin-top: 0px; + border: 1px solid #bb0000; + padding: 1px; + } |