Fix: Clean amarok style. Removed hard coded length of close cells.

This commit is contained in:
Laurent Destailleur 2012-12-14 18:35:50 +01:00
parent 0c0653b3d8
commit 5a99076cf5
7 changed files with 25 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class ModeleBoxes // Can't be abtract as it is instanciated to build "empty"
}
if ($conf->use_javascript_ajax)
{
print '</td><td class="nocellnopadd" width="30" nowrap="nowrap">';
print '</td><td class="nocellnopadd boxclose" nowrap="nowrap">';
// The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object
print img_picto($langs->trans("MoveBox",$this->box_id),'grip','class="boxhandle" style="cursor:move;"');
print img_picto($langs->trans("Close",$this->box_id),'close','class="boxclose" style="cursor:pointer;" id="imgclose'.$this->box_id.'"');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 372 B

View File

@ -284,6 +284,10 @@ table.login_table .vmenu {
font-size:120%;
}
.blockvmenubookmarks .menu_contenu {
background-color: transparent;
}
/* ! Message d'erreur lors du login : */
center .error { padding:8px !important; padding-left:26px !important; padding-right:20px; width:inherit; max-width:450px;color:#552323 !important; font-size:14px; border-radius:8px; text-align: left;}
@ -852,6 +856,10 @@ tr.liste_titre, tr.box_titre {
);
}
tr.box_titre td.boxclose {
width: 36px;
}
tr.liste_titre td {
padding:2px;
padding-left:2px !important;

View File

@ -1411,6 +1411,10 @@ white-space: nowrap;
-moz-border-radius-topright:6px;
}
tr.box_titre td.boxclose {
width: 30px;
}
tr.box_impair {
/* background: #e6ebed; */
background: #F5F6F7;

View File

@ -1570,6 +1570,10 @@ tr.box_titre {
-moz-border-radius-topright:6px;
}
tr.box_titre td.boxclose {
width: 30px;
}
tr.box_impair {
/* background: #e6ebed; */
background: #eaeaea;

View File

@ -1477,6 +1477,10 @@ tr.box_titre {
border-top-right-radius:6px;
}
tr.box_titre td.boxclose {
width: 30px;
}
tr.box_impair {
/* background: #e6ebed; */
background: #eaeaea;

View File

@ -1724,6 +1724,10 @@ tr.box_titre {
white-space: nowrap;
}
tr.box_titre td.boxclose {
width: 30px;
}
tr.box_impair {
<?php if ($usecss3) { ?>
background: -o-linear-gradient(bottom, rgb(<?php echo $colorbacklineimpair1; ?>) 85%, rgb(<?php echo $colorbacklineimpair2; ?>) 100%);