Skip to content

Commit bb31882

Browse files
rythos42rythos42
rythos42
authored and
rythos42
committedMar 17, 2016
Mobile and autocomplete don't properly support theming. #102
1 parent 0b5cb87 commit bb31882

6 files changed

+252
-243
lines changed
 

‎css/autocomplete.css

-6
This file was deleted.

‎css/mobile.css

-142
This file was deleted.

‎css/stylesheet1.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,13 @@ div.red {clear:both;background-color:#F20000;border:1px solid #c
251251
.match_icon {background:transparent url(../images/result_icon.gif) no-repeat 0 0;width:12px;height:12px}
252252
.won {background-position:-14px 0}
253253
.draw {background-position:-28px 0}
254-
.lost {background-position:-42px 0}
254+
.lost {background-position:-42px 0}
255+
256+
/*********************
257+
Mobile
258+
*********************/
259+
@media only screen and (max-device-width: 600px){
260+
.ui-widget-header {
261+
background: #A37B45;
262+
}
263+
}

‎css/stylesheet5.css

+15-18
Original file line numberDiff line numberDiff line change
@@ -181,25 +181,8 @@ table.common {background-color: transparent;}
181181

182182

183183
/*********************
184-
Mobile
184+
CSS Menu
185185
*********************/
186-
@media only screen and (max-device-width: 600px){
187-
div.everything {
188-
width: 100%;
189-
}
190-
191-
div.section {
192-
margin: 5px;
193-
}
194-
195-
.ui-widget-header {
196-
background: inherit;
197-
}
198-
}
199-
200-
201-
/*
202-
*/
203186
ul#css3menu1 a{
204187
background: rgb(253,246,205); /* Old browsers */
205188
background: -moz-linear-gradient(top, rgba(253,246,205,1) 0%, rgba(240,209,36,1) 100%); /* FF3.6-15 */
@@ -220,4 +203,18 @@ ul#css3menu1 li:hover>a,ul#css3menu1 li > a.pressed{
220203

221204
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li > a.pressed{
222205
color:#bb0000;
206+
}
207+
208+
/*********************
209+
Mobile
210+
*********************/
211+
@media only screen and (max-device-width: 600px){
212+
div.everything {
213+
width: 100%;
214+
padding-top: 5px;
215+
}
216+
217+
div.section {
218+
margin: 5px;
219+
}
223220
}

0 commit comments

Comments
 (0)
Please sign in to comment.