Commit 68cdc5aa55176f379964a99356b093072f346477
1 parent
bab8877f
fix style
Showing
8 changed files
with
20 additions
and
6 deletions
dist/css/mobile.css
dist/js/gbreplayer.js
dist/player.html
| ... | ... | @@ -208,6 +208,7 @@ |
| 208 | 208 | } |
| 209 | 209 | .comprun{ |
| 210 | 210 | position: relative; |
| 211 | + | |
| 211 | 212 | padding: 0; |
| 212 | 213 | height: 56px; |
| 213 | 214 | width: 56px; |
| ... | ... | @@ -224,6 +225,7 @@ |
| 224 | 225 | padding-top: 0; |
| 225 | 226 | } |
| 226 | 227 | .ladda-button .ladda-spinner{ |
| 228 | + position: absolute; | |
| 227 | 229 | top: 50%; |
| 228 | 230 | left: 50%; |
| 229 | 231 | transform: translate(-50%, -50%); |
| ... | ... | @@ -240,6 +242,11 @@ |
| 240 | 242 | overflow: auto !important; |
| 241 | 243 | } |
| 242 | 244 | |
| 245 | + .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
| 246 | + border-top-right-radius:50%; | |
| 247 | + border-bottom-right-radius: 50%; | |
| 248 | + } | |
| 249 | + | |
| 243 | 250 | } |
| 244 | 251 | |
| 245 | 252 | </style> | ... | ... |
dist/scss/mobile.scss
src/css/mobile.css
src/js/gbreplayer.js
src/player.html
| ... | ... | @@ -208,6 +208,7 @@ |
| 208 | 208 | } |
| 209 | 209 | .comprun{ |
| 210 | 210 | position: relative; |
| 211 | + | |
| 211 | 212 | padding: 0; |
| 212 | 213 | height: 56px; |
| 213 | 214 | width: 56px; |
| ... | ... | @@ -224,6 +225,7 @@ |
| 224 | 225 | padding-top: 0; |
| 225 | 226 | } |
| 226 | 227 | .ladda-button .ladda-spinner{ |
| 228 | + position: absolute; | |
| 227 | 229 | top: 50%; |
| 228 | 230 | left: 50%; |
| 229 | 231 | transform: translate(-50%, -50%); |
| ... | ... | @@ -240,6 +242,11 @@ |
| 240 | 242 | overflow: auto !important; |
| 241 | 243 | } |
| 242 | 244 | |
| 245 | + .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
| 246 | + border-top-right-radius:50%; | |
| 247 | + border-bottom-right-radius: 50%; | |
| 248 | + } | |
| 249 | + | |
| 243 | 250 | } |
| 244 | 251 | |
| 245 | 252 | </style> | ... | ... |