X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=661dbd6fcd900122c80f8d5e3c454d1f26b9ac35;hb=93de016032e54b45db35f18d8538fd5b11a7c72e;hp=2c0b2fe79981113a54065773b74e2afa4e50b726;hpb=85bae784f30d1777db15f43d2e3ce04a2c3e8653;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index 2c0b2fe..661dbd6 100644 --- a/css/default.css +++ b/css/default.css @@ -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; @@ -98,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 {