diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-16 20:59:56 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-16 20:59:56 +0100 |
commit | 763bed9ba0f70eff8bb1834d6d5dcf44aacac147 (patch) | |
tree | 318ff87ac63b0784e5945c4b8e439f8a454bca6c /client/stylesheets | |
parent | a0382b70d03213f7bfa342982bbeafc8c85f1d73 (diff) | |
download | PeerTube-763bed9ba0f70eff8bb1834d6d5dcf44aacac147.tar.gz PeerTube-763bed9ba0f70eff8bb1834d6d5dcf44aacac147.tar.zst PeerTube-763bed9ba0f70eff8bb1834d6d5dcf44aacac147.zip |
Some small css modifications
Diffstat (limited to 'client/stylesheets')
-rw-r--r-- | client/stylesheets/base.scss | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/client/stylesheets/base.scss b/client/stylesheets/base.scss index 14da74e0c..5c56e9507 100644 --- a/client/stylesheets/base.scss +++ b/client/stylesheets/base.scss | |||
@@ -7,18 +7,5 @@ footer { | |||
7 | padding-top: 10px; | 7 | padding-top: 10px; |
8 | text-align: center; | 8 | text-align: center; |
9 | font-size: small; | 9 | font-size: small; |
10 | } | 10 | margin-top: 30px; |
11 | |||
12 | .search-group { | ||
13 | .search-btn { | ||
14 | position: relative; | ||
15 | left: -40px; | ||
16 | top: 0; | ||
17 | |||
18 | &:hover { text-decoration: none; } | ||
19 | } | ||
20 | } | ||
21 | |||
22 | .panel_block:not(:last-child) { | ||
23 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); | ||
24 | } | 11 | } |