Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Content/themes/base/jquery.ui.base.css @ 9604

Last change on this file since 9604 was 9604, checked in by pfleck, 11 years ago

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

File size: 637 bytes
Line 
1/*!
2 * jQuery UI CSS Framework 1.8.24
3 *
4 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
5 * Licensed under the MIT license.
6 * http://jquery.org/license
7 *
8 * http://docs.jquery.com/UI/Theming
9 */
10@import url("jquery.ui.core.css");
11
12@import url("jquery.ui.accordion.css");
13@import url("jquery.ui.autocomplete.css");
14@import url("jquery.ui.button.css");
15@import url("jquery.ui.datepicker.css");
16@import url("jquery.ui.dialog.css");
17@import url("jquery.ui.progressbar.css");
18@import url("jquery.ui.resizable.css");
19@import url("jquery.ui.selectable.css");
20@import url("jquery.ui.slider.css");
21@import url("jquery.ui.tabs.css");
Note: See TracBrowser for help on using the repository browser.