mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Oberflächenanpassungen für das Testtool:
Button-Style für die Teilgebiete Größere Buttons und geänderte Beschriftungen
This commit is contained in:
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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user