##// END OF EJS Templates
Update styling of dashboard.
Brian E. Granger -
Show More
@@ -37,10 +37,12 b' div.traceback-wrapper{text-align:left;max-width:800px;margin:auto}'
37 .list_container>div{border-bottom:1px solid #ababab}.list_container>div:hover .list-item{background-color:#f00}
37 .list_container>div{border-bottom:1px solid #ababab}.list_container>div:hover .list-item{background-color:#f00}
38 .list_container>div:last-child{border:none}
38 .list_container>div:last-child{border:none}
39 .list_item:hover .list_item{background-color:#ddd}
39 .list_item:hover .list_item{background-color:#ddd}
40 .list_item a{text-decoration:none}
41 .list_item .span12{padding:5px}
40 .item_name{line-height:24px}
42 .item_name{line-height:24px}
43 .item_icon{font-size:14px;color:#5e5e5e;margin-left:5px;margin-right:8px}
41 .list_container>div>span,.list_container>div>div{padding:8px}
44 .list_container>div>span,.list_container>div>div{padding:8px}
42 .list_item a{text-decoration:none}
45 input.nbname_input{height:15px;margin:0}
43 input.nbname_input{height:15px}
44 .highlight_text{color:#00f}
46 .highlight_text{color:#00f}
45 #project_name>.breadcrumb{padding:0;margin-bottom:0;background-color:transparent;font-weight:bold}
47 #project_name>.breadcrumb{padding:0;margin-bottom:0;background-color:transparent;font-weight:bold}
46 input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-bottom:0;width:60px}
48 input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-bottom:0;width:60px}
@@ -1314,10 +1314,12 b' span#login_widget{float:right}'
1314 .list_container>div{border-bottom:1px solid #ababab}.list_container>div:hover .list-item{background-color:#f00}
1314 .list_container>div{border-bottom:1px solid #ababab}.list_container>div:hover .list-item{background-color:#f00}
1315 .list_container>div:last-child{border:none}
1315 .list_container>div:last-child{border:none}
1316 .list_item:hover .list_item{background-color:#ddd}
1316 .list_item:hover .list_item{background-color:#ddd}
1317 .list_item a{text-decoration:none}
1318 .list_item .span12{padding:5px}
1317 .item_name{line-height:24px}
1319 .item_name{line-height:24px}
1320 .item_icon{font-size:14px;color:#5e5e5e;margin-left:5px;margin-right:8px}
1318 .list_container>div>span,.list_container>div>div{padding:8px}
1321 .list_container>div>span,.list_container>div>div{padding:8px}
1319 .list_item a{text-decoration:none}
1322 input.nbname_input{height:15px;margin:0}
1320 input.nbname_input{height:15px}
1321 .highlight_text{color:#00f}
1323 .highlight_text{color:#00f}
1322 #project_name>.breadcrumb{padding:0;margin-bottom:0;background-color:transparent;font-weight:bold}
1324 #project_name>.breadcrumb{padding:0;margin-bottom:0;background-color:transparent;font-weight:bold}
1323 input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-bottom:0;width:60px}
1325 input.engine_num_input{height:20px;margin-bottom:2px;padding-top:0;padding-bottom:0;width:60px}
@@ -48,19 +48,23 b''
48 &:hover .list_item {
48 &:hover .list_item {
49 background-color: #ddd;
49 background-color: #ddd;
50 };
50 };
51 a {text-decoration: none;}
52 .span12 {padding: 5px;}
51 }
53 }
52
54
53 .item_name {
55 .item_name {
54 line-height: 24px;
56 line-height: 24px;
55 }
57 }
56
58
57 .list_container > div > span, .list_container > div > div {
59 .item_icon {
58 padding: 8px;
60 font-size: 14px;
61 color: darken(@border_color, 30%);
62 margin-left: 5px;
63 margin-right: 8px;
59 }
64 }
60
65
61
66 .list_container > div > span, .list_container > div > div {
62 .list_item a {
67 padding: 8px;
63 text-decoration: none;
64 }
68 }
65
69
66 .profile_col {
70 .profile_col {
@@ -77,6 +81,7 b''
77
81
78 input.nbname_input {
82 input.nbname_input {
79 height: 15px;
83 height: 15px;
84 margin: 0px;
80 }
85 }
81
86
82 .highlight_text {
87 .highlight_text {
General Comments 0
You need to be logged in to leave comments. Login now