init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
28
KretaWeb/Content/KendoHelper/KretaTooltip.css
Normal file
28
KretaWeb/Content/KendoHelper/KretaTooltip.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
div.kendoTooltip {
|
||||
text-align: left;
|
||||
padding: 10px 12px;
|
||||
min-width: 230px;
|
||||
font-size: 11px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.kendoTooltip div.tooltipTanuloErtekeles {
|
||||
font-size: 32px;
|
||||
float: left;
|
||||
margin-right: 4px;
|
||||
padding-right: 4px;
|
||||
padding-bottom: 80px;
|
||||
border-right: 1px solid;
|
||||
}
|
||||
|
||||
div.kendoTooltip.defaultKendoTooltip {
|
||||
min-width: inherit;
|
||||
}
|
||||
|
||||
span.kendoTooltip.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
span.kendoTooltip.notallowed {
|
||||
cursor: not-allowed;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue