diff options
author | alonso <alonso@us.es> | 2009-11-22 01:23:56 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2009-11-22 01:23:56 +0000 |
commit | b0bb14fd94566a652b40ef1500d55967e08d964b (patch) | |
tree | db493e1e5cc1b1ca515faaa20aa1d328afc599b2 /admin/WebConsole/estilos.css | |
parent | 11956a97e060e8ee7488afb97071d2c49cf1033c (diff) |
git-svn-id: https://opengnsys.es/svn/trunk@617 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index e12955df..77c01929 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -351,4 +351,16 @@ A.tabla_listados_sin:link{ COLOR: #003300;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
+} +.mensajebrowser{
+ BORDER-BOTTOM: #999999 1px solid;
+ BORDER-LEFT: #999999 1px solid;
+ BORDER-RIGHT: #999999 1px solid;
+ BORDER-TOP: #999999 1px solid; + BACKGROUND-COLOR: #FFFFFF;
+ COLOR: #999999;
+ FONT-FAMILY: Arial, Helvetica, sans-serif;
+ FONT-SIZE: 14px;
+ FONT-WEIGHT: 300;
}
+
|