1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-25 17:41:25 +02:00

[ticket/14204] Remove old code

PHPBB3-14204
This commit is contained in:
hanakin
2017-02-17 14:23:48 -05:00
parent c0b22b380f
commit 2b52a13a3f
3 changed files with 0 additions and 130 deletions

View File

@@ -341,41 +341,6 @@ input[type='search']::-webkit-search-cancel-button {
cursor: pointer;
}
/* Form button styles
---------------------------------------- */
input.button1,
input.button2 {
font-size: 1em;
}
a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
line-height: 1.5;
background: transparent none repeat-x top left;
width: auto !important;
padding-top: 1px;
padding-bottom: 1px;
}
a.button1,
input.button1 {
font-weight: bold;
border: 1px solid transparent;
}
input.button3 {
font-variant: small-caps;
line-height: 5px;
background-image: none;
height: 12px;
margin: 0;
padding: 0;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
@@ -384,41 +349,10 @@ input[type='radio'] {
cursor: pointer;
}
/* Alternative button */
a.button2,
input.button2,
input.button3 {
border: 1px solid transparent;
}
/* <a> button in the style of the form buttons */
a.button1,
a.button2 {
text-decoration: none;
vertical-align: text-bottom;
padding: 0 3px;
}
/* Hover states */
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
border: 1px solid transparent;
}
input.disabled {
font-weight: normal;
}
/* Focus states */
input.button1:focus,
input.button2:focus,
input.button3:focus {
outline-style: none;
}
/* Topic and forum Search */
.search-box {
float: left;