summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-16 07:33:41 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-16 07:41:52 -0500
commit60bcf1db25bc985b94b94fd59aa7ed86df6aac31 (patch)
treeee85828a8b97666dd3c05dce22878bfbe1c5961b /src/usr
parent98f28b4ec2d756d9e944cbed7c8919faf42563d9 (diff)
downloadpfsense-60bcf1db25bc985b94b94fd59aa7ed86df6aac31.zip
pfsense-60bcf1db25bc985b94b94fd59aa7ed86df6aac31.tar.gz
Revise button icon spacing
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/bootstrap/css/pfSense.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css
index 571b9b8..f066be2 100644
--- a/src/usr/local/www/bootstrap/css/pfSense.css
+++ b/src/usr/local/www/bootstrap/css/pfSense.css
@@ -47,9 +47,9 @@ h1.page-header {
display: none;
}
-h1 a:hover, h1 a:active {
- color: #000000;
- text-decoration: none !important;
+h1 a:hover, h1 a:active {
+ color: #000000;
+ text-decoration: none !important;
}
.container.fixed {
@@ -60,7 +60,7 @@ h1 a:hover, h1 a:active {
font-size: 22px;
background-color: #E0E0E0;
margin-bottom: 10px;
- border-radius: 0;
+ border-radius: 0;
box-shadow: 0px 1px 10px rgba(0,0,0,.4);
}
@@ -158,7 +158,7 @@ tr.disabled th {
}
.dropdown-menu>li>a {
- padding: 5px 20px;
+ padding: 5px 20px;
}
/* end navigation */
@@ -169,7 +169,7 @@ tr.disabled th {
.panel {
margin-bottom: 10px;
- border-radius: 0;
+ border-radius: 0;
box-shadow: 0px 3px 7px rgba(0,0,0,.1);
}
@@ -181,7 +181,7 @@ tr.disabled th {
.panel-heading {
padding: 5px 15px;
- border-radius: 0;
+ border-radius: 0;
}
.panel-heading a:link, .panel-heading a:visited {
@@ -519,12 +519,12 @@ footer a {
.table-hover>tbody>tr.hover-success:hover {
color: #000;
- background-color: #A5D6A7;
+ background-color: #A5D6A7;
}
.table-hover>tbody>tr.hover-danger:hover {
color: #000;
- background-color: #EF9A9A;
+ background-color: #EF9A9A;
}
.table-hover>tbody>tr.hover-warning:hover {
@@ -543,7 +543,7 @@ footer a {
font-size: 15px;
vertical-align: middle;
color: white;
- padding-right: 15px;
+ padding-right: 22px;
padding-bottom: 17px;
margin-top: -0.125em;
width: 14px;
@@ -572,7 +572,7 @@ footer a {
.widget-heading-icon
{
display: block;
- float: right;
+ float: right;
}
.widget-heading-icon .fa {
@@ -603,7 +603,7 @@ textarea
* Feel free to use this on your websites, but please leave this message in the fies
* http://www.silverstripe.com/blog
*/
-
+
ul.tree{
width: auto;
padding-left : 0px;
@@ -620,7 +620,7 @@ ul.tree, ul.tree ul {
ul.tree ul {
margin-left: 16px;
-
+
}
ul.tree li.closed ul {
@@ -767,7 +767,7 @@ ul.tree li .over{
margin: 15px 0;
}
/* since 3.1.0 */
- .navbar-collapse.collapse.in {
+ .navbar-collapse.collapse.in {
display: block!important;
}
.collapsing {
OpenPOWER on IntegriCloud