Popravek knjiznice na mobile admin
This commit is contained in:
parent
d992bccf22
commit
66190cdf5b
@ -305,7 +305,7 @@ class Library {
|
||||
|
||||
// brisi iz knjiznice
|
||||
if ($admin_type == 0) {
|
||||
echo ' <a href="index.php?anketa='.$row1['id'].'" title="'.$lang['srv_editirajanketo'].'"><span class="faicon edit"></span> '.$lang['edit3'].'</a>';
|
||||
echo ' <a href="index.php?anketa='.$row1['id'].'" title="'.$lang['srv_editirajanketo'].'"><span class="faicon edit"></span> <span class="library_item_setting_text">'.$lang['edit3'].'</span></a>';
|
||||
}
|
||||
|
||||
if ($admin_type==0 && $this->tab==2) {// sistemska
|
||||
|
@ -28799,6 +28799,9 @@ fieldset textarea {
|
||||
#main #moje_ankete_edit #survey_list table#surveyList_new td:nth-child(3), #main #moje_ankete_edit #survey_list table#surveyList_new td:nth-child(6) {
|
||||
display: table-cell;
|
||||
}
|
||||
#main #moje_ankete_edit.page_knjiznica .folder_left {
|
||||
line-height: 20px;
|
||||
}
|
||||
#main #moje_ankete_edit.page_knjiznica .folder_right .library_item_setting_text {
|
||||
display: none;
|
||||
}
|
||||
|
@ -74,6 +74,10 @@
|
||||
// Knjiznica
|
||||
&.page_knjiznica{
|
||||
|
||||
.folder_left{
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.folder_right .library_item_setting_text{
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user