diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-02 15:14:41 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-02 15:14:41 +0200 |
commit | a280a69ecc4ddf574da35b947581ec58b8538e0c (patch) | |
tree | 2630f2f32fb2cb44da6b10347265d7a73276e205 /core/css | |
parent | 003049e8a692ba80449da5476b9a397d6b5a301c (diff) | |
download | nextcloud-server-a280a69ecc4ddf574da35b947581ec58b8538e0c.tar.gz nextcloud-server-a280a69ecc4ddf574da35b947581ec58b8538e0c.zip |
remove unneeded header-right details styles
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index c26c556825a..278b4f978d2 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -71,13 +71,6 @@ body { max-width: 40%; white-space: nowrap; } -.header-right #details { - display: inline-block; - margin-top: 6px; - width: 100%; - text-overflow: ellipsis; - overflow: hidden; -} /* Profile picture in header */ #header .avatardiv { |