Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/themes/base/jquery.ui.core.css @ 8464

Last change on this file since 8464 was 8384, checked in by fschoepp, 12 years ago

#1888:

  • Created a project which contains the back-end controller for the Optimization WebSite
  • Added a WCF-back-end-controller which generates all available optimization problems (currently in-memory solution: PlaceholderControllerService.cs)
  • Created a WebRole using ASP.NET MVC 3 for the Optimization Web Site
  • WebSite authenticates users with the HeuristicLab.Authentication membership provider and database
  • WebSite crawls and displays all available optimization scenarios by using the WCF-back-end controller (test with: http://localhost:.../optimization)
File size: 1.7 KB
Line 
1/*
2 * Note: While Microsoft is not the author of this file, Microsoft is
3 * offering you a license subject to the terms of the Microsoft Software
4 * License Terms for Microsoft ASP.NET Model View Controller 3.
5 * Microsoft reserves all other rights. The notices below are provided
6 * for informational purposes only and are not the license terms under
7 * which Microsoft distributed this file.
8 *
9 * jQuery UI CSS Framework 1.8.11
10 *
11 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
12 *
13 * http://docs.jquery.com/UI/Theming/API
14 */
15
16/* Layout helpers
17----------------------------------*/
18.ui-helper-hidden { display: none; }
19.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
20.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
21.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
22.ui-helper-clearfix { display: inline-block; }
23/* required comment for clearfix to work in Opera \*/
24* html .ui-helper-clearfix { height:1%; }
25.ui-helper-clearfix { display:block; }
26/* end clearfix */
27.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
28
29
30/* Interaction Cues
31----------------------------------*/
32.ui-state-disabled { cursor: default !important; }
33
34
35/* Icons
36----------------------------------*/
37
38/* states and images */
39.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
40
41
42/* Misc visuals
43----------------------------------*/
44
45/* Overlays */
46.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
Note: See TracBrowser for help on using the repository browser.