X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=661dbd6fcd900122c80f8d5e3c454d1f26b9ac35;hb=93de016032e54b45db35f18d8538fd5b11a7c72e;hp=7f7507e90abb0e5702e0f3a8b05a0dbe6cabb61e;hpb=a27f593acea88d14199517dadf23b40dbc56ff2a;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index 7f7507e..661dbd6 100644 --- a/css/default.css +++ b/css/default.css @@ -3,7 +3,7 @@ body margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 75%; - background: white url('/devel/img/bg.png') repeat-x left 88px; + background: white url('/img/bg.png') repeat-x left 88px; } a:link @@ -26,6 +26,27 @@ h1 margin-bottom: 8px; } +table.form th +{ + text-align: right; + /*width: 25%;*/ +} +table.form td +{ + vertical-align: bottom; +} + +.error +{ + color: red; + font-weight:bold; +} +.required +{ + color: red; + font-weight:bold; +} + .inline { vertical-align: middle; @@ -38,6 +59,13 @@ h1 margin-top: 8px; margin-bottom: 8px; } +.container-install-in-widget +{ + width: 320px; + margin: 0 auto; + margin-top: 8px; + margin-bottom: 8px; +} #nav-menu {/* @@ -91,6 +119,21 @@ h1 color: #FFE4B5; font-weight: bold; } +.menu-greeting +{ + display: block; + height: 12px; + color: #FFE4B5; + text-align: center; + line-height: 100%; + font-size: 14px; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 16px; + padding-right: 16px; + border: 1px solid transparent; + text-decoration: none; +} #header { @@ -134,7 +177,7 @@ h1 width: 100%;*/ /* padding: 12px; */ margin: 0 auto; - width: 1024px; + width: 1056px; text-align: justify; } @@ -146,7 +189,7 @@ h1 text-align: left; padding: 0px 0px 0px 8px; margin: 8px 0px 8px 0px; - background: url(/devel/img/header.png) top repeat-x; + background: url(/img/header.png) top repeat-x; outline: 1px outset rgb(108,162,222); clear: both; } @@ -169,6 +212,12 @@ h1 #main dt { font-weight: bold; + margin-top: 1em; + margin-bottom: 0.5em; +} +#main dd +{ + margin-left: 64px; } #content @@ -201,4 +250,6 @@ h1 .pagination { clear: both; + word-spacing: 0.5em; + margin-bottom: 0.5em; }