diff --git a/css/style.css b/css/style.css index fa0a5ba..3cab66f 100755 --- a/css/style.css +++ b/css/style.css @@ -101,14 +101,15 @@ div.panel .content { border-width:1px; border-style:solid; padding:5px; /******************************* 4. INFOS, ALERTS AND ERRORS */ -.note { clear:both; border-width:1px; border-style:solid; margin:0px 0px 20px; padding:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px} -.note h3 { font-style:normal; margin:0; font-size:12pt} -.note p { margin-bottom:5px} -.hide { background:url('../../dressprow/images/close_button1.gif') no-repeat; display:block; float:right; margin-top:-5px; margin-right:-5px; overflow:hidden; height:20px; text-indent:-9999px; width:20px} -.error { margin:10px 0px} -.result { clear:both} -.announcements { margin-bottom:40px !important; padding: 7px !important;} -.news { font-size: 120%; } +.note{ clear:both; border-width:1px; border-style:solid; margin:0px 0px 20px; padding:10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px} +.note h3{ font-style:normal; margin:0; font-size:12pt} +.note p{ margin-bottom:5px} +.note a{ text-decoration:underline} +.hide{ background:url('../../dressprow/images/close_button1.gif') no-repeat; display:block; float:right; margin-top:-5px; margin-right:-5px; overflow:hidden; height:20px; text-indent:-9999px; width:20px} +.error{ margin:10px 0px} +.result{ clear:both} +.announcements{ margin-bottom:40px !important; padding: 7px !important} +.news{ font-size: 120%} /******************************* 5. INDIVIDUAL HELP POPUP AND FORM POPUP */