Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 8df8675

Browse files
author
Charles Ma
committed
ENH: refs #303 Changed jgrowl css
1 parent f2ff2de commit 8df8675

File tree

3 files changed

+92
-90
lines changed

3 files changed

+92
-90
lines changed

core/public/css/layout/main.css

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ body {
77
padding: 0px;
88
text-align: left;
99
width: 100%;
10-
height: 100%;
10+
height: 100%;
1111
min-width: 800px;
1212
}
1313

1414
.clear {
15-
clear: both;
15+
clear: both;
1616
content: '.';
1717
display: block;
1818
height: 0px;
@@ -25,7 +25,7 @@ dl {
2525
}
2626

2727
dt{
28-
28+
2929
}
3030

3131
img{
@@ -79,14 +79,14 @@ div.genericBigButton{
7979
-moz-border-radius: 3px;
8080
-webkit-border-radius: 3px;
8181
-khtml-border-radius: 3px;
82-
border-radius: 3px;
82+
border-radius: 3px;
8383
background-color: #ffffff;
8484
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c4c4c4));
8585
background-image: -moz-linear-gradient(center top, #ffffff 0%, #c4c4c4 100% );
8686
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c4c4c4');
8787
-webkit-box-shadow: #666 0 0 2px;
8888
box-shadow: #666 0 0 2px;
89-
-moz-box-shadow: 0px 0px 2px #666;
89+
-moz-box-shadow: 0px 0px 2px #666;
9090
padding: 1px 3px 2px 3px;
9191
}
9292

@@ -133,17 +133,19 @@ div.viewAction hr, div.genericAction hr{
133133
}
134134

135135
.jgrowl{
136-
min-width: 250px!important;
136+
min-width: 300px!important;
137137
min-height: 70px!important;
138-
139138
}
140139

141140
.jgrowl div{
142-
border-color: grey!important;
141+
border: 2px solid grey!important;
143142
font-size: 12px!important;
144143
font-weight: bold!important;
144+
box-shadow: 0 0 5px #57BB7D!important;
145+
-webkit-box-shadow: 0 0 5px #57BB7D!important;
146+
-moz-box-shadow: 0 0 5px #57BB7D!important;
147+
margin-right:40px;
145148
}
146-
147149
.uploadqtip{
148150
min-width: 600px!important;
149151
border: 1px solid grey!important;
@@ -180,7 +182,7 @@ div.TopDynamicBar .closeButton span{
180182
}
181183

182184
div.TopDynamicBar .TopDynamicLoading{
183-
185+
184186
}
185187
div.Topbar {
186188
font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
@@ -261,7 +263,7 @@ div.Header {
261263
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63869f', endColorstr='#56758b');
262264
-webkit-box-shadow: #666 0 0 3px;
263265
box-shadow: #666 0 0 3px;
264-
-moz-box-shadow: 0px 0px 3px #666;
266+
-moz-box-shadow: 0px 0px 3px #666;
265267
}
266268

267269
div.Header div.HeaderContent{
@@ -300,14 +302,14 @@ div.Header div.HeaderSearch input#live_search{
300302
-moz-border-radius: 4px;
301303
-webkit-border-radius: 4px;
302304
-khtml-border-radius: 4px;
303-
border-radius: 4px;
305+
border-radius: 4px;
304306
font-size: 14px;
305307
opacity: 0.9;
306308
padding: 5px 10px 5px 24px;
307309
width: 400px;
308310
-webkit-box-shadow: #666 0 0 15px;
309311
box-shadow: #666 0 0 15px;
310-
-moz-box-shadow: 0px 0px 15px #666;
312+
-moz-box-shadow: 0px 0px 15px #666;
311313
}
312314

313315
#searchloading{
@@ -372,14 +374,14 @@ div.HeaderAction ul li{
372374
-moz-border-radius: 6px;
373375
-webkit-border-radius: 6px;
374376
-khtml-border-radius: 6px;
375-
border-radius: 6px;
377+
border-radius: 6px;
376378
background-color: #57bb7d;
377379
background-image: -webkit-gradient(linear, left top, left bottom, from(#57bb7d), to(#32724a));
378380
background-image: -moz-linear-gradient(center top, #57bb7d 0%, #32724a 100% );
379381
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57bb7d', endColorstr='#32724a');
380382
-webkit-box-shadow: #666 0 0 5px;
381383
box-shadow: #666 0 0 5px;
382-
-moz-box-shadow: 0px 0px 5px #666;
384+
-moz-box-shadow: 0px 0px 5px #666;
383385
padding: 0px 5px 6px 5px;
384386
}
385387

@@ -412,7 +414,7 @@ div.SubWrapper{
412414
margin: 0px;
413415
padding: 0px;
414416
width: 100%;
415-
417+
416418
}
417419

418420
/*-------------------------------------------------
@@ -428,13 +430,13 @@ div.MainContent {
428430

429431
div.SubMainContent{
430432
-webkit-box-shadow: #CCC 0px 0px 3px;
431-
-moz-box-shadow: 0px 0px 6px #CCC;
433+
-moz-box-shadow: 0px 0px 6px #CCC;
432434
background-color: white;
433435
border: 1px solid #D7D7D7;
434436
-moz-border-radius: 6px;
435437
-webkit-border-radius: 6px;
436438
-khtml-border-radius: 6px;
437-
border-radius: 6px;
439+
border-radius: 6px;
438440
padding: 0px 0px 7px;
439441
position: relative;
440442
min-height: 500px;
@@ -501,7 +503,7 @@ div.SideBar ul li a:hover{
501503
}
502504

503505
div.SideBar ul li a img{
504-
506+
505507
}
506508

507509
div.SideBar ul li a span{
@@ -523,7 +525,7 @@ div.SideBar h1, div.viewSideBar h1 {
523525
text-transform: uppercase;
524526
margin-top: 0.67em;
525527
margin-bottom: 0.67em;
526-
528+
527529
}
528530

529531

@@ -553,7 +555,7 @@ div.TopbarRight li ul{
553555
border:0px;
554556
position:absolute;
555557
width:120px;
556-
558+
557559
/*top:1em;
558560
/*left:0;*/
559561
}
@@ -586,7 +588,7 @@ div.TopbarRight li:hover li a{
586588
background:#4B4B4B;
587589
color:white;
588590
z-index:200;
589-
591+
590592
}
591593

592594

@@ -602,9 +604,9 @@ div.TopbarRight li ul a{
602604
line-height:17px;
603605
-webkit-box-shadow: #666 0 0 5px;
604606
box-shadow: #666 0 0 5px;
605-
-moz-box-shadow: 0px 0px 5px #666;
607+
-moz-box-shadow: 0px 0px 5px #666;
606608
z-index:200;
607-
609+
608610
}
609611
div.TopbarRight li ul a:hover, div.TopbarRight li ul li:hover a{
610612
background:black ;
798 Bytes
Loading

0 commit comments

Comments
 (0)