1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

Merge remote-tracking branch 'hanakin/ticket/12735' into develop-ascraeus

* hanakin/ticket/12735:
  [ticket/12735] Remove unnecessary span
  [ticket/12735] Fix line breaks
  [ticket/12732] Undo search-box change
  [ticket/12735] Fix some color incosistencies
  [ticket/12735] Remove underlines by default
  [ticket/12735] Undo selector rename
  [ticket/12735] Remove all :link, :visited, :active states
This commit is contained in:
Cesar G
2014-07-03 23:03:39 -07:00
3 changed files with 23 additions and 109 deletions

View File

@@ -939,14 +939,14 @@ fieldset.fields1 dl.pmlist dd.recipients {
.phpbb_alert {
border: 1px solid transparent;
display: none;
left: 0;
left: 0;
padding: 0 25px 20px 25px;
position: fixed;
right: 0;
right: 0;
top: 150px;
z-index: 50;
width: 620px;
margin: 0 auto;
margin: 0 auto;
}
@media only screen and (max-height: 500px), only screen and (max-device-width: 500px)
@@ -1173,7 +1173,7 @@ form > p.post-notice strong {
font-weight: bold;
text-align: left;
text-shadow: 1px 1px 1px white;
text-transform: uppercase;
text-transform: uppercase;
line-height: 30px;
border-bottom: 1px solid;
border-radius: 5px 5px 0 0;