Changeset 6316
- Timestamp:
- 05/27/11 19:01:20 (13 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/HLStyling.js
r6307 r6316 24 24 25 25 $(".hl-button-text-plus").button({ icons: { primary: 'ui-icon-plus'} }); 26 $(".hl-button-text-signon").button({ icons: { primary: 'ui-icon-key'} }); 26 27 $(".hl-button-text-back").button({ icons: { primary: 'ui-icon-triangle-1-w'} }); 27 28 $(".hl-icon-delete").button({ icons: { primary: 'ui-icon-close' }, text: false }); -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/themes/hl/Site.css
r6304 r6316 193 193 } 194 194 195 .hl-signon-form fieldset legend { 196 color: black; 197 } 198 199 .hl-signon-form input[type=text], .hl-signon-form input[type=password]{ 200 width: 200px; 201 } 202 195 203 /* TAB MENU 196 204 ----------------------------------------------------------*/ -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/LogOn.aspx
r4729 r6316 13 13 <% using (Html.BeginForm()) { %> 14 14 <%: Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") %> 15 <div >15 <div class="hl-signon-form"> 16 16 <fieldset> 17 17 <legend>Account Information</legend> … … 38 38 </div> 39 39 40 <p> 41 <input type="submit" value="Log On" /> 42 </p> 40 <input type="submit" value="Log On" class="hl-button-text-signon"/> 43 41 </fieldset> 44 42 </div> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/About.aspx
r4604 r6316 9 9 <p> 10 10 Put content here. 11 <input type="submit" class="hl-icon-delete" /> 11 12 </p> 12 13 </asp:Content>
Note: See TracChangeset
for help on using the changeset viewer.