#1 helptext
authorCameron Ball <cameron@getapproved.com.au>
Mon, 16 Feb 2015 04:00:06 +0000 (12:00 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Mon, 16 Feb 2015 04:00:06 +0000 (12:00 +0800)
app/css/divinelegy.css
app/pages/account/account.html

index 2ee1ccf..f8c3ed9 100644 (file)
@@ -64,6 +64,10 @@ input[type="text"], select {
        */
 }
 
+input[type="checkbox"] {
+    margin-bottom: 8px;
+}
+
 #text-filters input:last-child, #select-filters select:last-child {
     margin-right: 0px !important;
 }
@@ -341,4 +345,9 @@ a:hover {
     position: fixed;
     bottom: 4px;
     right: 4px;
+}
+
+.help-block {
+    display: block;
+    margin-bottom: 10px;
 }
\ No newline at end of file
index 93143fc..a963309 100644 (file)
     <input type="text" ng-model="simfilesPerPage" ng-disabled="simfilesPerPageAuto"/><br />
     <label for="auto">Automatic</label>
     <input name="auto" type="checkbox" ng-model="simfilesPerPageAuto"/>
+    <span class="help-block">Set the number of listings to appear on each page. Selecting the "Automatic" option will automatically determine the highest possible number of items to be listed on your screen based on your browser height.</span>
+    
     <h2>Download Warnings</h2>
     <select ng-model="downloadWarnings">
         <option value="Yes">Yes</option>
         <option value="No">No</option>
     </select>
+    <span class="help-block">Select "Yes" if you would like to be warned about downloads that will affect your daily quota.</span>
+    
+    <span class="help-block">*Changes will not take effect until you refresh the page</span>
 </div>
 <div class="modal-footer">
     <button class="btn btn-primary" ng-click="ok()">Save</button>