CC-3509: "Add Files" button (make it look better)

This commit is contained in:
Naomi Aro 2012-03-28 17:50:14 +02:00
parent 8910d93c55
commit 1e9348f27f
4 changed files with 11 additions and 7 deletions

View file

@ -12,6 +12,13 @@
margin-left: -16px;
}
#sb_edit {
position: relative;
top: 2px;
float: left;
margin-right: 5px;
}
.sb-content .fg-toolbar ul {
float: left;
padding: 0;

View file

@ -13,12 +13,7 @@ $(document).ready(function(){
timeStartId = "#sb_time_start",
dateEndId = "#sb_date_end",
timeEndId = "#sb_time_end",
$toggleLib = $('<input />', {
"class": "ui-button ui-state-default sb-edit",
"id": "sb_edit",
"type": "button",
"value": "Add Files"
}),
$toggleLib = $('<div id="sb_edit" class="ui-state-default" title="open the library to schedule files."><span class="ui-icon ui-icon-arrowthick-1-nw"></span></div>'),
$libClose = $('<a />', {
"class": "close-round",
"href": "#",