File tree 2 files changed +30
-3
lines changed
2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A simple javascript-framework for building desktop-like applications.
4
4
5
- [ http://github.com/summerstyle/app.js ] (http://github.com/summerstyle/app.js )
5
+ [ http://github.com/summerstyle/app.js ] ( http://github.com/summerstyle/app.js )
6
6
7
- Released under the GPL3 (GPL3.txt)
7
+ Released under the MIT License
8
8
9
9
## Components
10
10
Original file line number Diff line number Diff line change 320
320
.form h5 {
321
321
margin-bottom : 20px ;
322
322
}
323
+ .form p {
324
+ margin-bottom : 10px ;
325
+ }
323
326
.form section {
324
327
margin-bottom : 20px ;
325
328
}
333
336
width : 100% ;
334
337
display : inline-block;
335
338
border-radius : 3px ;
336
- border : 1px solid # EEE ;
339
+ padding : 2px 7px ;
340
+ border : 1px solid # E1E1E1 ;
337
341
height : 70px ;
342
+ box-sizing : border-box;
343
+ }
344
+ .form input [type = text ] {
345
+ width : 100% ;
346
+ display : inline-block;
347
+ border-radius : 3px ;
348
+ padding : 2px 7px ;
349
+ border : 1px solid # E1E1E1 ;
350
+ box-sizing : border-box;
351
+ }
352
+ .form button {
353
+ border : 0 ;
354
+ background : # E1E1E1 ;
355
+ color : # 555 ;
356
+ box-shadow : 0 0 1px # eee inset;
357
+ padding : 5px 20px ;
358
+ font-family : 'Trebuchet MS' , Arial, sans-serif;
359
+ border-radius : 3px ;
360
+ cursor : pointer;
338
361
}
362
+ .form button : hover {
363
+ background : # 32c832 ;
364
+ color : # FFF ;
365
+ }
339
366
340
367
::selection {
341
368
background : # EEE ;
You can’t perform that action at this time.
0 commit comments