X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fdefault.css;h=661dbd6fcd900122c80f8d5e3c454d1f26b9ac35;hb=93de016032e54b45db35f18d8538fd5b11a7c72e;hp=852928c3700eb29a9a0afaf346259de040654ee0;hpb=adc2c33c37c781444c4234c6fed38e95d084ed8d;p=living-lab-site.git diff --git a/css/default.css b/css/default.css index 852928c..661dbd6 100644 --- a/css/default.css +++ b/css/default.css @@ -29,6 +29,11 @@ h1 table.form th { text-align: right; + /*width: 25%;*/ +} +table.form td +{ + vertical-align: bottom; } .error @@ -36,6 +41,11 @@ table.form th color: red; font-weight:bold; } +.required +{ + color: red; + font-weight:bold; +} .inline { @@ -109,6 +119,21 @@ table.form th 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 {