File tree Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Expand file tree Collapse file tree 1 file changed +21
-19
lines changed Original file line number Diff line number Diff line change 12
12
< meta name ="viewport " content ="width=640 " />
13
13
14
14
< link rel ="stylesheet " href ="stylesheets/core.css " media ="screen "/>
15
- < link rel ="stylesheet " href ="stylesheets/mobile.css " media ="handheld, only screen and (max-device-width:640px) "/>
16
15
< link rel ="stylesheet " href ="stylesheets/pygment_trac.css "/>
17
16
18
17
< script type ="text/javascript " src ="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js "> </ script >
50
49
top : 6px ;
51
50
}
52
51
53
- .printButton {
54
- border : 0 ;
55
- box-shadow : 0 0 0 0 ;
52
+ .icon-group-container {
53
+ position : relative;
54
+ height : 52px ;
55
+ width : 100% ;
56
+ margin-bottom : 10px ;
57
+ }
58
+
59
+ .icon-group {
60
+ width : 120px ;
56
61
}
57
62
58
63
.start , .end , .time {
59
64
font-size : 25px ;
60
- width : 65% ;
61
65
width : 90% ;
62
66
}
63
67
68
+ @media screen and (min-width : 900px ) {
69
+ .start , .end , .time {
70
+ width : 65% ;
71
+ }
72
+
73
+ .icon-group {
74
+ position : absolute;
75
+ top : 0 ;
76
+ right : 0 ;
77
+ }
78
+ }
79
+
64
80
.searchLabel {
65
81
display : inline-block;
66
82
width : 100px ;
85
101
width : 40% ;
86
102
}
87
103
88
- .icon-group-container {
89
- height : 52px ;
90
- width : 100% ;
91
- margin-bottom : 10px ;
92
- }
93
-
94
- .icon-group {
95
- /* width: 140px;
96
- padding-left: 65%;
97
- */
98
- padding-right : 20px ;
99
- float : right;
100
- }
101
-
102
104
# searchResults {
103
105
background-color : # FFCB05 ;
104
106
border-radius : 6px ;
You can’t perform that action at this time.
0 commit comments