diff options
author | Remy <relst@relst.nl> | 2015-03-31 14:56:36 +0200 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-03-31 14:56:36 +0200 |
commit | 4a005ef222ed7b707589e6c866f2061d5b3e4568 (patch) | |
tree | a7b2ad39e9ec992bca2235a2b84583ab57d58671 | |
parent | ddd6280b322b7bb249e49a12cd7f9ad4371dd938 (diff) | |
download | ssl-decoder-4a005ef222ed7b707589e6c866f2061d5b3e4568.zip ssl-decoder-4a005ef222ed7b707589e6c866f2061d5b3e4568.tar.gz ssl-decoder-4a005ef222ed7b707589e6c866f2061d5b3e4568.tar.bz2 |
css
-rw-r--r-- | css/ssl.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/css/ssl.css b/css/ssl.css index edb30ed..220ce6d 100644 --- a/css/ssl.css +++ b/css/ssl.css @@ -36,14 +36,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. } #wrapper { - padding-left: 300px; + padding-left: 270px; transition: all 0.4s ease 0s; } #sidebar-wrapper { - margin-left: -300px; - left: 300px; - width: 300px; + margin-left: -270px; + left: 270px; + width: 270px; background: #f9f9f9; position: fixed; border-right-style: solid; @@ -68,7 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. .sidebar-nav { position: absolute; top: 0; - width: 300px; + width: 270px; list-style: none; margin: 0; padding: 0; @@ -116,12 +116,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #wrapper.active { position: relative; - left: 300px; + left: 270px; } #wrapper.active #sidebar-wrapper { - left: 300px; - width: 300px; + left: 270px; + width: 270px; transition: all 0.4s ease 0s; } |