mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix broken style in tutorials popup
This commit is contained in:
parent
43aa094f8f
commit
fe59018749
@ -39,6 +39,7 @@ span.egw_tutorial_title {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: -2px;
|
background-position: -2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
display: block !important;
|
||||||
}
|
}
|
||||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||||
#home-tutorial_play.egw_tutorial_playBtn {
|
#home-tutorial_play.egw_tutorial_playBtn {
|
||||||
|
@ -40,6 +40,7 @@ span.egw_tutorial_title {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: -2px;
|
background-position: -2px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
display: block !important;
|
||||||
}
|
}
|
||||||
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
[id^="egw_tutorial_"][id$="_play"].egw_tutorial_playBtn,
|
||||||
#home-tutorial_play.egw_tutorial_playBtn{
|
#home-tutorial_play.egw_tutorial_playBtn{
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
allowed attributes: font-family,font-size,color,font-weight
|
allowed attributes: font-family,font-size,color,font-weight
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*@import url("/api/templates/default/def_tutorials.css");*/
|
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
/*@import url("../../../vendor/bower-asset/cropper/dist/cropper.min.css");*/
|
/*@import url("../../../vendor/bower-asset/cropper/dist/cropper.min.css");*/
|
||||||
/*@import url("css/flags.css");*/
|
/*@import url("css/flags.css");*/
|
||||||
/*@import url("css/htmlarea.css");*/
|
/*@import url("css/htmlarea.css");*/
|
||||||
|
/*@import url("def_tutorials.css");*/
|
||||||
/**
|
/**
|
||||||
* Top level
|
* Top level
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user