1
1
# AppList {margin-top : 50px ; contain : content;}
2
- # ConsoleArea {margin-top : 100px ; }
2
+ # ConsoleArea {margin-top : 20px ; }
3
+ .app-details-container { margin-top : 20px ; padding : 10px ; border : # eee 2px solid;
4
+ border-radius : 10px ;
5
+ background : -moz-linear-gradient (bottom, # 465362 0% , # DEE5E5 50% ); /* FF3.6-15 */
6
+ background : -webkit-linear-gradient (bottom, # 465362 0% , # DEE5E5 50% ); /* Chrome10-25,Safari5.1-6 */
7
+ background : linear-gradient (to top, # 465362 0% , # DEE5E5 50% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
8
+ filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEE5E5', endColorstr='#465362', GradientType=0 ); /* IE6-9 */
9
+ }
3
10
# ConsoleArea # Console {resize : vertical; background-color : black; color : # 2e6d1b ; min-height : 300px ; }
4
11
/*#ExecuteButton, #RefreshButton { margin-top: 15px; }*/
5
12
# ConsoleArea label {margin-bottom : 15px ; }
@@ -20,6 +27,8 @@ body {background-color: #DEE5E5 !important; color: #011936 !important; }
20
27
.footer-bar { margin-top : 15px ; padding-top : 15px ; }
21
28
.btn { margin-top : 15px ; }
22
29
.permission-button-container { padding-top : 10px ; margin-top : 10px ; padding-bottom : 10px ;
30
+ border : # eee 2px solid;
31
+ border-bottom-width : 0px ;
23
32
background : -moz-linear-gradient (top, # 465362 0% , # DEE5E5 50% ); /* FF3.6-15 */
24
33
background : -webkit-linear-gradient (top, # 465362 0% , # DEE5E5 50% ); /* Chrome10-25,Safari5.1-6 */
25
34
background : linear-gradient (to bottom, # 465362 0% , # DEE5E5 50% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
@@ -28,6 +37,10 @@ body {background-color: #DEE5E5 !important; color: #011936 !important; }
28
37
.permission-button-container .col-xs-4 { border-right : # DEE5E5 solid 1px ; padding : 0px ; }
29
38
.permission-button-container .col-xs-4 : last-child { border-right : 0px ; }
30
39
.menu-body { padding-top : 15px ; padding-bottom : 30px ;
40
+ border : # eee 2px solid;
41
+ border-top-width : 0px ;
42
+ border-bottom-left-radius : 10px ;
43
+ border-bottom-right-radius : 10px ;
31
44
background : -moz-linear-gradient (bottom, # 465362 0% , # DEE5E5 50% ); /* FF3.6-15 */
32
45
background : -webkit-linear-gradient (bottom, # 465362 0% , # DEE5E5 50% ); /* Chrome10-25,Safari5.1-6 */
33
46
background : linear-gradient (to top, # 465362 0% , # DEE5E5 50% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
0 commit comments