forked from extern/egroupware
WIP EGroupware Tutorial:
-Some more styling
This commit is contained in:
parent
c4f46d361e
commit
6d23eb2368
@ -3,7 +3,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
<overlay>
|
<overlay>
|
||||||
<template id="home.tutorial" template="" lang="" group="0" version="15.1">
|
<template id="home.tutorial" template="" lang="" group="0" version="15.1">
|
||||||
<hbox height="87%" class="tutorial_popup">
|
<hbox height="90%" class="tutorial_popup">
|
||||||
<hbox class="tutorial_videoList">
|
<hbox class="tutorial_videoList">
|
||||||
<grid id="list" classs="egwGridView_grid" resize_ratio="0" width="190px">
|
<grid id="list" classs="egwGridView_grid" resize_ratio="0" width="190px">
|
||||||
<columns>
|
<columns>
|
||||||
|
@ -20,6 +20,7 @@ span.egw_tutorial_title {
|
|||||||
border: 1px solid #B3B3B3;
|
border: 1px solid #B3B3B3;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -73,6 +74,16 @@ span.egw_tutorial_title {
|
|||||||
#home-tutorial_list .egw_tutorial_thumb {
|
#home-tutorial_list .egw_tutorial_thumb {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
#home-tutorial_list .th .et2_label {
|
||||||
|
font-size: 12px;
|
||||||
|
padding-left: 7px;
|
||||||
|
}
|
||||||
|
#home-tutorial_list .th #home-tutorial_apps {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
#home-tutorial_list tbody td:first-child {
|
||||||
|
padding-top: 4px;
|
||||||
|
}
|
||||||
#home-tutorial_src {
|
#home-tutorial_src {
|
||||||
border-left: 6px solid #E0E0E0;
|
border-left: 6px solid #E0E0E0;
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,7 @@ span.egw_tutorial_title {
|
|||||||
border: 1px solid #B3B3B3;
|
border: 1px solid #B3B3B3;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
padding-bottom: 5px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -75,6 +76,20 @@ span.egw_tutorial_title {
|
|||||||
.egw_tutorial_thumb {
|
.egw_tutorial_thumb {
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
.th {
|
||||||
|
.et2_label {
|
||||||
|
font-size: 12px;
|
||||||
|
padding-left: 7px;
|
||||||
|
}
|
||||||
|
#home-tutorial_apps {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
tbody{
|
||||||
|
td:first-child {
|
||||||
|
padding-top:4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#home-tutorial_src {
|
#home-tutorial_src {
|
||||||
border-left: 6px solid #E0E0E0;
|
border-left: 6px solid #E0E0E0;
|
||||||
|
Loading…
Reference in New Issue
Block a user