X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/e40b04360d0bcae590d1d9df544d6a96ed1cb52a..03da7f62646ae07d940f889f7d04703b7c3bd286:/sercom/static/css/style.css?ds=inline diff --git a/sercom/static/css/style.css b/sercom/static/css/style.css index 0b2027b..dfc85ce 100644 --- a/sercom/static/css/style.css +++ b/sercom/static/css/style.css @@ -96,9 +96,12 @@ h2 { border-top: 0px none; color: #999; background-color: white; - padding: 10px; + padding-left: 10px; + padding-right: 10px; + padding-top: 25px; + padding-bottom: 0px; font-size: 80%; - text-align: center; + text-align: left; width: 757px; margin: 0 auto 1em auto; } @@ -186,3 +189,29 @@ table.list td { float:right; } +/* Listas de los SHOW */ +table.show { + width:60%; + margin-left:5%; + border-collapse:separate; + border-spacing:1px 5px; +} + +table.show th { + width:25%; + padding-top: 2px; + padding-bottom: 2px; + border: none; +} + +table.show td { + padding-top: 2px; + padding-bottom: 2px; + border: none; +} + +#footer img { + float:right; + padding-bottom: 50px; +} +