Fix issue in pixelegg template which shows scrollbar on description tab in infolog edit popup, even if it has no content yet

This commit is contained in:
Hadi Nategh 2014-03-18 11:11:50 +00:00
parent 7251895690
commit 3a6a02de89
2 changed files with 5 additions and 9 deletions

View File

@ -292,11 +292,11 @@ tr.dialogOperators td,
display: none;
}
#infolog-index #infolog-index_nm #infolog-index_infolog-index-header_right div.et2_box_widget:hover img {
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
margin: 0 5px;
background: #ffffff;
}
@ -377,9 +377,6 @@ input#infolog-edit_info_subject {
/*#############################################*/
/*Tabs */
/*Beschreibung************************************/
#infolog-edit_infolog-edit-description #infolog-edit_info_des {
min-height: 246px;
}
/*Verknüpfung ************************************/
#infolog-edit_infolog-edit-links {
/*neue verknüpfung erstellen - div*/

View File

@ -355,7 +355,6 @@ input#infolog-edit_info_subject {width: 98% !important;}
#infolog-edit_infolog-edit-description{
#infolog-edit_info_des {min-height: 246px;}
}