Skip to content

Commit

Permalink
Item12192: use correct links to jquery css images
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@15827 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 1, 2012
1 parent fb12dc7 commit 84b900b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 56 deletions.
40 changes: 0 additions & 40 deletions PatternSkin/pub/System/PatternSkinTheme/colors_src.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,46 +509,6 @@ tr.foswikiDiffDebug td {
background:#fff; /* white - do not change */
}

.patternTextareaButton {
border-color:#fffefd #b8b6ad #b8b6ad #fffefd;
overflow:hidden;
}
.patternButtonFontSelector {
background-image:url(button_font_selector.gif);
width:33px;
height:16px;
}
.patternButtonFontSelectorProportional {
background-position:0 0;
}
.patternButtonFontSelectorMonospace {
background-position:0 -16px;
}
.patternButtonEnlarge,
.patternButtonShrink {
background-image:url(button_arrow.gif);
width:16px;
height:16px;
}
.patternButtonEnlarge {
background-position:0 0;
}
.patternButtonEnlarge:hover {
background-position:0 -42px;
}
.patternButtonEnlarge:active {
background-position:0 -84px;
}
.patternButtonShrink {
background-position:16px 0;
}
.patternButtonShrink:hover {
background-position:16px -42px;
}
.patternButtonShrink:active {
background-position:16px -84px;
}

/* common settings */
.patternLeftBarPersonal li,
li.patternLogOut,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ a.ui-state-active:hover,
background-repeat: no-repeat;
width: 16px;
height: 16px;
background-image: url(../img/jquery/ui-icons-famfamfam.png);
background-image: url("jquery-images/ui-icons-famfamfam.png");
}
.ui-icon-carat-1-n {
background-position: 0 0;
Expand Down Expand Up @@ -845,7 +845,7 @@ a.ui-state-active:hover,
.ui-widget-shadow {
margin: -4px 0 0 -4px;
padding: 4px;
background: #aaaaaa url(../img/jquery/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
background: #aaaaaa url("jquery-images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
opacity: .60;
filter: alpha(opacity=60);
-moz-border-radius: 0px;
Expand Down Expand Up @@ -981,7 +981,7 @@ a.ui-state-active:hover,
color: #111;
}
.ui-autocomplete-loading {
background-image: url(../../../img/jquery/spinner.gif) !important;
background-image: url("jquery-images/spinner.gif") !important;
background-position: right center !important;
background-repeat: no-repeat !important;
}
Expand Down Expand Up @@ -1213,7 +1213,7 @@ label.ui-button.ui-state-active,
font-size: 1.2307em;
}
.ui-dialog .ui-dialog-titlebar-close {
background-image: url(../img/jquery/x.png);
background-image: url("jquery-images/x.png");
background-repeat: no-repeat;
background-position: 0px 0px;
display: block;
Expand Down Expand Up @@ -1437,7 +1437,7 @@ label.ui-button.ui-state-active,
background-repeat: no-repeat;
width: 16px;
height: 16px;
background-image: url(../img/jquery/ui-icons_666666_256x240.png);
background-image: url("jquery-images/ui-icons_666666_256x240.png");
display: block;
float: left;
text-indent: -99999px;
Expand Down Expand Up @@ -1726,7 +1726,7 @@ label.ui-button.ui-state-active,
}
.ui-jqgrid:hover .ui-jqgrid-resize {
background-position: 0px -224px;
background-image: url(../img/jquery/ui-icons-famfamfam.png);
background-image: url("jquery-images/ui-icons-famfamfam.png");
}
.ui-jqgrid .ui-jqgrid-resize {
height: 16px !important;
Expand Down
26 changes: 16 additions & 10 deletions PatternSkin/pub/System/PatternSkinTheme/style_src.css
Original file line number Diff line number Diff line change
Expand Up @@ -1139,16 +1139,6 @@ h4.foswikiSearchResultsHeader {
.foswikiAddFormButton {
float:right;
}
.patternTextareaButton {
margin:0 0 0 1px;
display:block;
cursor:pointer;
border-style:solid;
border-width:1px;
}
.patternButtonFontSelector {
margin:0 8px 0 0;
}

/* preview.pattern.tmpl */

Expand Down Expand Up @@ -2010,6 +2000,21 @@ form {
legend {
border: none;
}
/* TEXTAREAS */
textarea.foswikiWysiwygEdit,
textarea.foswikiTextareaRawView,
textarea.foswikiEditTextarea {
width: 100%;
height: 100%;
min-height: 100px;
padding: 5px;
margin: 0;
}
textarea.foswikiTextareaRawView,
textarea.foswikiTextareaRawView:hover,
textarea.foswikiTextareaRawView:focus {
color: #333333;
}
/* PATTERNTOOLBAR */
.patternToolBar > a:link,
.patternToolBar > a:visited,
Expand Down Expand Up @@ -2190,3 +2195,4 @@ legend {
.patternToolBar > .foswikiRequiresChangePermission > a:visited .foswikiAccessKey {
border: none;
}

0 comments on commit 84b900b

Please sign in to comment.