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
master
sidoineghomsi 2014-06-12 14:11:07 +00:00
parent 90f9da0912
commit 03f920d8c6
1 changed files with 4 additions and 4 deletions

View File

@ -891,7 +891,7 @@ div#content .bebopBody .bebopPanelRow span {
padding-right: 5px; padding-right: 5px;
} }
div#content .bebopBody .bebopPanelRow span:after { /*div#content .bebopBody .bebopPanelRow span:after {
content: ":"; 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_user"]:after,
div#content .bebopBody .bebopPanelRow span[key="not_yet_published_date"]:after{ div#content .bebopBody .bebopPanelRow span[key="not_yet_published_date"]:after{
content: ""; content: "";
} }*/
div#right div.bebopLayoutPanel div.bebopBody { div#right div.bebopLayoutPanel div.bebopBody {
right: 0; right: 0;
@ -1550,8 +1550,8 @@ div.bebopGridPanel{
border-radius: 0.3em; border-radius: 0.3em;
padding: 0.5em; padding: 0.5em;
content: attr(content); content: attr(content);
top: 1em; top: auto;
right: 1em; right: auto;
width: 30%; width: 30%;
background-image: inear-gradient(top, #eeeeee, #cccccc); background-image: inear-gradient(top, #eeeeee, #cccccc);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc)); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));