X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fjquery.multiselect2side.css;h=53352fc3aed5a2b4afa1689a5ecf90b83879a048;hb=ff159a4d47b9a2d10744dcfc23da2c63605c8a32;hp=87bf38940a7e6f4650c8cde644315dedd8cef839;hpb=6a8787147ad643549eb26cb4f9a373b5b354b8b9;p=kivitendo-erp.git diff --git a/css/jquery.multiselect2side.css b/css/jquery.multiselect2side.css index 87bf38940..53352fc3a 100644 --- a/css/jquery.multiselect2side.css +++ b/css/jquery.multiselect2side.css @@ -1,9 +1,10 @@ +/* multiselect2side plugin */ .ms2side__div { clear: left; width: 100%; padding: 1px; float: left; - background : url('') repeat-x; // HACK FOR CHROME + background : url('') repeat-x; /* HACK FOR CHROME */ } .ms2side__select { @@ -33,14 +34,14 @@ .ms2side__options p, .ms2side__updown p { margin: 2px 0; padding: 0; - cursor: hand; + cursor: pointer; border: 1px solid black; } .ms2side__options p.ms2side_hover, .ms2side__updown p.ms2side_hover { background-color: #F0F0FF; border-color: #0000FF; - cursor: hand; + cursor: pointer; } .ms2side__options p.ms2side__hide, .ms2side__updown p.ms2side__hide { @@ -51,6 +52,6 @@ } .ms2side__div select { - width: 220px; + width: 400px; float: left; -} \ No newline at end of file +}