diff options
author | ramon <ramongomez@us.es> | 2012-02-08 16:23:00 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-02-08 16:23:00 +0000 |
commit | 39a8a996e144148cda68cc4585bcc489d263794c (patch) | |
tree | 071574f651774c80ea7f6242c9ee0f5cef8dbb3a /admin/WebConsole/estilos.css | |
parent | 90010351e15a560d46a75ac69535a168defc3c1c (diff) |
Versión 1.0.3, #483: Unificación e internacionalización de la pantalla principal de acceso.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2529 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index 15734e54..09cefe43 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -1,4 +1,54 @@ -.textos{
+.acceso { + font: normal normal 12px sans-serif; +} +.acceso h1 { + margin-top: 90px; + margin-left: 250px; + margin-bottom: 0px; + padding-left: 20px; + width: 580px; + background: #bfb39b; + font-size: 24px; + color: #ddd6c6; +} +.acceso h2 { + margin-top: 0px; + margin-left: 250px; + margin-bottom: 0px; + padding-left: 20px; + width: 580px; + background: #bfb39b; + font-size: 20px; + color: white; +} +.acceso form { + margin-top: 0px; + margin-left: 250px; + width: 600px; + height: 327px; + background-image: url('./images/login.jpg'); +} +.acceso fieldset { + padding-top: 60px; + margin-left: 350px; + border: none; +} +.acceso label { + margin-top: 20px; + height: 20px; + float: left; +} +.acceso input { + margin-top: 20px; + margin-right: 50px; + width: 100px; + height: 20px; + float: right; +} +.acceso button { + margin-left: 100px; +} +.textos{
COLOR: #A53B2D;
FONT-FAMILY:MS Sans Serif;
FONT-SIZE: 8pt;
|