Skip to content
Snippets Groups Projects
Commit 9fab40bc authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Adding more recent jquery version...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1376 44740490-163a-0410-bde0-09ae8108e29a
parent 4e881dbe
No related branches found
No related tags found
No related merge requests found
Showing
with 4373 additions and 1 deletion
......@@ -32,7 +32,7 @@ hr {
/* LINKS */
a, a:link, a:link, a:link, a:hover {
font-weight: bold;
/* font-weight: bold; */
background: transparent;
text-decoration: underline;
cursor: pointer;
......
This diff is collapsed.
This diff is collapsed.
www/resources/uitheme16/images/ui-bg_flat_0_aaaaaa_40x100.png

180 B

www/resources/uitheme16/images/ui-bg_flat_75_ffffff_40x100.png

178 B

www/resources/uitheme16/images/ui-bg_glass_55_fbf9ee_1x400.png

120 B

www/resources/uitheme16/images/ui-bg_glass_65_ffffff_1x400.png

105 B

www/resources/uitheme16/images/ui-bg_glass_75_dadada_1x400.png

111 B

www/resources/uitheme16/images/ui-bg_glass_75_e6e6e6_1x400.png

151 B

www/resources/uitheme16/images/ui-bg_glass_95_fef1ec_1x400.png

119 B

www/resources/uitheme16/images/ui-bg_highlight-soft_75_cccccc_1x100.png

101 B

www/resources/uitheme16/images/ui-icons_222222_256x240.png

4.28 KiB

www/resources/uitheme16/images/ui-icons_2e83ff_256x240.png

4.28 KiB

www/resources/uitheme16/images/ui-icons_454545_256x240.png

4.28 KiB

www/resources/uitheme16/images/ui-icons_888888_256x240.png

4.28 KiB

www/resources/uitheme16/images/ui-icons_cd0a0a_256x240.png

4.28 KiB

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion li {display: inline;}
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }
\ No newline at end of file
@import "ui.base.css";
@import "ui.theme.css";
@import url("ui.core.css");
@import url("ui.accordion.css");
@import url("ui.datepicker.css");
@import url("ui.dialog.css");
@import url("ui.progressbar.css");
@import url("ui.resizable.css");
@import url("ui.slider.css");
@import url("ui.tabs.css");
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment