spacing please

This commit is contained in:
ablwr 2015-03-20 21:05:44 -04:00
parent 9d75c8fbbf
commit 12e52a09c5
3 changed files with 10 additions and 21 deletions

View File

@ -1,15 +0,0 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require_self
*/

3
css/css.css Normal file
View File

@ -0,0 +1,3 @@
span .btn {
margin: 2px;
}

View File

@ -7,6 +7,7 @@
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/css.css">
<link href="css/jquery.steps.css" rel="stylesheet" >
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
@ -30,17 +31,17 @@
<h4>Select from the following.</h4>
<br />
<div id="show_display_info"><button type="button" class="btn btn-default">Display Info</button></div>
<span id="show_display_info"><button type="button" class="btn btn-default">Display Info</button></span>
<div id="show_add_subtitles"><button type="button" class="btn btn-default">Add subtitles track</button></div>
<span id="show_add_subtitles"><button type="button" class="btn btn-default">Add subtitles track</button></span>
<div id="show_remove_audio_track"><button type="button" class="btn btn-default">Remove audio track</button></div>
<span id="show_remove_audio_track"><button type="button" class="btn btn-default">Remove audio track</button></span>
<div id="show_add_audio_track"><button type="button" class="btn btn-default">Add audio track (replace)</button></div>
<span id="show_add_audio_track"><button type="button" class="btn btn-default">Add audio track (replace)</button></span>
<div id="show_webm_for_web"><button type="button" class="btn btn-default">Export to webm for web</button></div>
<span id="show_webm_for_web"><button type="button" class="btn btn-default">Export to webm for web</button></span>
<div id="show_h264_for_web"><button type="button" class="btn btn-default">Export to h264 for web</button></div>
<span id="show_h264_for_web"><button type="button" class="btn btn-default">Export to h264 for web</button></span>
</div>