diff options
author | ramon <ramongomez@us.es> | 2017-04-26 10:48:33 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-04-26 10:48:33 +0000 |
commit | e2b390451539e65c9d562957ba29b7926af25ffa (patch) | |
tree | 71f024d5c8f4eb66107b27795789af9ba9a680de /admin/WebConsole/estilos.css | |
parent | ccec614da35b823a3b40bfb4a78805607546ab0e (diff) |
#730: Usar nombre OpenGnsys en toda la consola web; actualizar tickets cerrados.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5281 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index f64d969d..b7bc1a52 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -31,24 +31,24 @@ margin-left: 350px; border: none; } -.acceso label { +.acceso div { margin-top: 20px; - height: 20px; + height: 25px; +} +.acceso label { float: left; } .acceso input { - margin-top: 20px; + float: right; margin-right: 50px; width: 100px; - height: 20px; - float: right; } .acceso button { margin-left: 100px; } .pie { margin: 0px auto; - padding: 0px 10px; + padding: 2px 10px; width: 580px; font: normal normal 10px sans-serif; } |