From 03f920d8c61475767839fa65078c76ab27eafbb9 Mon Sep 17 00:00:00 2001 From: sidoineghomsi Date: Thu, 12 Jun 2014 14:11:07 +0000 Subject: [PATCH] Der Hint ist jetzt richtig positioniert. Die Positionierung erfolgt jetzt neben dem Fragenzeichen(Ticket 2079). git-svn-id: https://svn.libreccm.org/ccm/trunk@2695 8810af33-2d31-482b-a856-94f89814c4df --- ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css index 63096f9ec..e8a69f671 100644 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css @@ -891,7 +891,7 @@ div#content .bebopBody .bebopPanelRow span { padding-right: 5px; } -div#content .bebopBody .bebopPanelRow span:after { +/*div#content .bebopBody .bebopPanelRow span:after { content: ":"; } @@ -900,7 +900,7 @@ div#content .bebopBody .bebopPanelRow span.action:after, div#content .bebopBody .bebopPanelRow span[key="not_yet_published_user"]:after, div#content .bebopBody .bebopPanelRow span[key="not_yet_published_date"]:after{ content: ""; -} +}*/ div#right div.bebopLayoutPanel div.bebopBody { right: 0; @@ -1550,8 +1550,8 @@ div.bebopGridPanel{ border-radius: 0.3em; padding: 0.5em; content: attr(content); - top: 1em; - right: 1em; + top: auto; + right: auto; width: 30%; background-image: inear-gradient(top, #eeeeee, #cccccc); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));