forked from I2P_Developers/i2p.i2p
round and re-center buttons on i2ptunnel home page
This commit is contained in:
@@ -2925,6 +2925,7 @@ a:link, #graphopts a:visited, .news #newsdisplay a, .news #newsdisplay a:visited
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited, .tab a {
|
a:visited, .tab a {
|
||||||
|
@@ -210,7 +210,7 @@ hr {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #33333f;
|
color: #33333f;
|
||||||
border: 1px solid #999daf;
|
border: 1px solid #999daf;
|
||||||
border-radius: 2px;
|
border-radius: 12px;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
background: linear-gradient(to bottom, #fff, #efefff);
|
background: linear-gradient(to bottom, #fff, #efefff);
|
||||||
box-shadow: inset 0 0 0 1px #fff;
|
box-shadow: inset 0 0 0 1px #fff;
|
||||||
@@ -218,7 +218,7 @@ hr {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 2px 4px !important;
|
margin: 2px 4px !important;
|
||||||
min-width: 70px !important;
|
min-width: 70px !important;
|
||||||
padding: 4px 8px;
|
padding: 7px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.control, input.control {
|
button.control, input.control {
|
||||||
@@ -243,7 +243,7 @@ button.control, input.control {
|
|||||||
|
|
||||||
a.control {
|
a.control {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 8px !important;
|
padding: 5px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iframed .panel.iframed {
|
.iframed .panel.iframed {
|
||||||
|
Reference in New Issue
Block a user