Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Mar 6, 2013
1 parent e2024ee commit e6527d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/CoreHome/templates/jquery.ui.autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


.ui-widget-content {
background:url("../../../libs/jquery/themes/base/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
background:url(../../../libs/jquery/themes/base/images/ui-bg_flat_75_ffffff_40x100.png) repeat-x scroll 50% 50% #FFFFFF;
border: 0 solid #D4D4D4;
color:#222;
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/Dashboard/templates/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
.widgetContent.loading {
opacity: 0.5;
filter:Alpha(opacity:50);
background: url('../../../themes/default/images/loading-blue.gif') no-repeat top right;
background: url(../../../themes/default/images/loading-blue.gif) no-repeat top right;
}

.widget h2 {
Expand Down Expand Up @@ -145,7 +145,7 @@
}

.ui-dialog input[type=button], .ui-dialog button{
background: #B5B0A7 url("../../../themes/default/images/dashboard_h_bg_hover.png") repeat-x 0 0!important;
background: #B5B0A7 url(../../../themes/default/images/dashboard_h_bg_hover.png) repeat-x 0 0!important;
color:#fff!important;
border:0!important;
font-size: 12px!important;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Login/templates/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ a {
}

#logo .description .arrow {
background:url('../../../themes/default/images/affix-arrow.png');
background:url(../../../themes/default/images/affix-arrow.png);
width:50px;
height:68px;
position:absolute;
Expand Down
2 changes: 1 addition & 1 deletion plugins/MultiSites/templates/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
font-size:15px;
}
.indicator {
background: url("../images/loading-blue.gif") no-repeat center;
background: url(../images/loading-blue.gif) no-repeat center;
height: 20px;
width: 60px;
margin: auto;
Expand Down
2 changes: 1 addition & 1 deletion themes/default/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

#languageSelection .ui-autocomplete-input {
background:#FFF url('images/sortdesc.png') no-repeat right center!important;
background:#FFF url(images/sortdesc.png) no-repeat right center!important;
padding: 2px 18px 2px 4px;
color:#255792!important;
text-decoration: none;
Expand Down

0 comments on commit e6527d1

Please sign in to comment.