Skip to content

Commit

Permalink
underline links inside info notes. https://mantis.phplist.org/view.ph…
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Aug 16, 2016
1 parent 4ee705b commit 7459e99
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions css/style.css
Expand Up @@ -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 */
Expand Down

0 comments on commit 7459e99

Please sign in to comment.