Oberflächenanpassungen für das Testtool:

Button-Style für die Teilgebiete
Größere Buttons und geänderte Beschriftungen
This commit is contained in:
Manfred Kindl
2011-03-03 15:30:34 +00:00
parent 75b5567770
commit 205e3fe84d
5 changed files with 33 additions and 12 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

+33 -12
View File
@@ -150,23 +150,12 @@ a.ItemTesttool
{
color: #008381;
line-height:25px;
padding-top:4px;
padding-bottom:4px;
padding-right:156px;
background-image: url(../skin/styles/button.png);
background-position:left;
background-repeat:no-repeat;
display:block;
}
a:hover.ItemTesttool
{
color: black;
line-height:25px;
padding-top:4px;
padding-bottom:4px;
padding-right:156px;
background-image: url(../skin/styles/button_hover.png);
background-position:left;
background-repeat:no-repeat;
}
a.HyperItem
{
@@ -303,6 +292,38 @@ td.Inaktiv /*fuer Inaktive Items bei der Raumbeschreibung */
color: #CFCFCF;
text-decoration: line-through;
}
td.ItemTesttool /*fuer die Button-Optik beim Testtool*/
{
color: #008381;
line-height:25px;
background-image: url(../skin/images/testtool_button.png);
background-position:center;
background-repeat:repeat-x;
}
td.ItemTesttoolLeft
{
color: #008381;
line-height:25px;
background-image: url(../skin/images/testtool_buttonleft.png);
background-position:left;
background-repeat:no-repeat;
}
td.ItemTesttoolRight
{
color: #008381;
line-height:25px;
background-image: url(../skin/images/testtool_buttonright.png);
background-position:right;
background-repeat:no-repeat;
}
td:hover.ItemTesttool
{
color: black;
line-height:25px;
background-image: url(../skin/images/testtool_button_hover.png);
background-position:center;
background-repeat:repeat-x;
}
td.tdwidth10
{
width: 10px;