[Pkg-owncloud-commits] [owncloud] 19/70: remove unneeded header-right details styles

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:40:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v6.0.5RC1
in repository owncloud.

commit d9e9191248b69d196bd3c387f4c5fe8373be7d57
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri May 2 15:14:41 2014 +0200

    remove unneeded header-right details styles
    
    Backport a280a69
---
 core/css/styles.css | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index 95c6ad0..941d49d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -37,6 +37,21 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
 .header-right { float:right; vertical-align:middle; padding:0.5em; }
 .header-right > * { vertical-align:middle; }
 
+/* info part on the right, used e.g. for info on who shared something */
+.header-right {
+	position: absolute;
+	right: 0;
+	padding-right: 10px;
+	color: #fff;
+	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+	filter: alpha(opacity=50);
+	opacity: .5;
+	height: 100%;
+	max-width: 40%;
+	white-space: nowrap;
+}
+
+/* Profile picture in header */
 #header .avatardiv {
 	float: left;
 	display: inline-block;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list