##// END OF EJS Templates
simplify !
marcink -
r1471:f4725d9f beta
parent child Browse files
Show More
@@ -1044,49 +1044,6 b' margin:0;'
1044 padding:0 0 0 8px;
1044 padding:0 0 0 8px;
1045 }
1045 }
1046
1046
1047 div.form div.fields div.field div.highlight .ui-button {
1048 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1049 border-top:1px solid #5c91a4;
1050 border-left:1px solid #2a6f89;
1051 border-right:1px solid #2b7089;
1052 border-bottom:1px solid #1a6480;
1053 color:#FFF;
1054 margin:0;
1055 padding:6px 12px;
1056 }
1057
1058 div.form div.fields div.field div.highlight .ui-state-hover {
1059 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1060 border-top:1px solid #78acbf;
1061 border-left:1px solid #34819e;
1062 border-right:1px solid #35829f;
1063 border-bottom:1px solid #257897;
1064 color:#FFF;
1065 margin:0;
1066 padding:6px 12px;
1067 }
1068
1069 #content div.box div.form div.fields div.buttons div.highlight input.ui-button {
1070 background:#4e85bb url("../images/button_highlight.png") repeat-x;
1071 border-top:1px solid #5c91a4;
1072 border-left:1px solid #2a6f89;
1073 border-right:1px solid #2b7089;
1074 border-bottom:1px solid #1a6480;
1075 color:#fff;
1076 margin:0;
1077 padding:6px 12px;
1078 }
1079
1080 #content div.box div.form div.fields div.buttons div.highlight input.ui-state-hover {
1081 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
1082 border-top:1px solid #78acbf;
1083 border-left:1px solid #34819e;
1084 border-right:1px solid #35829f;
1085 border-bottom:1px solid #257897;
1086 color:#fff;
1087 margin:0;
1088 padding:6px 12px;
1089 }
1090
1047
1091 #content div.box table {
1048 #content div.box table {
1092 width:100%;
1049 width:100%;
@@ -1499,17 +1456,6 b' margin:0;'
1499 padding:10px 14px 3px 5px;
1456 padding:10px 14px 3px 5px;
1500 }
1457 }
1501
1458
1502 #quick_login div.form div.fields div.buttons input.ui-button{
1503 background:#e5e3e3 url("../images/button.png") repeat-x;
1504 border-top:1px solid #DDD;
1505 border-left:1px solid #c6c6c6;
1506 border-right:1px solid #DDD;
1507 border-bottom:1px solid #c6c6c6;
1508 color:#515151;
1509 margin:0;
1510 padding:4px 10px;
1511 }
1512
1513 #quick_login div.form div.links {
1459 #quick_login div.form div.links {
1514 clear:both;
1460 clear:both;
1515 overflow:hidden;
1461 overflow:hidden;
@@ -1565,13 +1511,6 b' margin:0;'
1565 padding:10px 0 0 150px;
1511 padding:10px 0 0 150px;
1566 }
1512 }
1567
1513
1568 #register div.form div.fields div.buttons div.highlight input.ui-button {
1569 background:url("../images/button_highlight.png") repeat-x scroll 0 0 #4E85BB;
1570 color:#FFF;
1571 border-color:#5C91A4 #2B7089 #1A6480 #2A6F89;
1572 border-style:solid;
1573 border-width:1px;
1574 }
1575
1514
1576 #register div.form div.activation_msg {
1515 #register div.form div.activation_msg {
1577 padding-top:4px;
1516 padding-top:4px;
@@ -2407,14 +2346,8 b' border-left:1px solid #316293;'
2407 border:1px solid #316293;
2346 border:1px solid #316293;
2408 }
2347 }
2409
2348
2410 #content div.box div.title div.search div.button input.ui-button {
2349
2411 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2350 input.ui-button-small {
2412 border:1px solid #316293;
2413 border-left:none;
2414 color:#FFF;
2415 }
2416
2417 #content div.box input.ui-button-small {
2418 background:#e5e3e3 url("../images/button.png") repeat-x;
2351 background:#e5e3e3 url("../images/button.png") repeat-x;
2419 border-top:1px solid #DDD;
2352 border-top:1px solid #DDD;
2420 border-left:1px solid #c6c6c6;
2353 border-left:1px solid #c6c6c6;
@@ -2430,7 +2363,8 b' border-radius: 4px 4px 4px 4px;'
2430 box-shadow: 0 1px 0 #ececec;
2363 box-shadow: 0 1px 0 #ececec;
2431 cursor: pointer;
2364 cursor: pointer;
2432 }
2365 }
2433 #content div.box input.ui-button-small:hover {
2366
2367 input.ui-button-small:hover {
2434 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2368 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2435 border-top:1px solid #ccc;
2369 border-top:1px solid #ccc;
2436 border-left:1px solid #bebebe;
2370 border-left:1px solid #bebebe;
@@ -2438,7 +2372,7 b' border-right:1px solid #b1b1b1;'
2438 border-bottom:1px solid #afafaf;
2372 border-bottom:1px solid #afafaf;
2439 }
2373 }
2440
2374
2441 #content div.box input.ui-button-small-blue {
2375 input.ui-button-small-blue {
2442 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2376 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2443 border-top:1px solid #5c91a4;
2377 border-top:1px solid #5c91a4;
2444 border-left:1px solid #2a6f89;
2378 border-left:1px solid #2a6f89;
@@ -2453,38 +2387,10 b' box-shadow: 0 1px 0 #ececec;'
2453 cursor: pointer;
2387 cursor: pointer;
2454 }
2388 }
2455
2389
2456 #content div.box input.ui-button-small-blue:hover {
2390 input.ui-button-small-blue:hover {
2457
2391
2458 }
2392 }
2459
2393
2460 #content div.box input.ui-button-small submit,button{
2461 cursor: pointer;
2462 }
2463
2464 #content div.box div.title div.search div.button input.ui-state-hover {
2465 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2466 border:1px solid #316293;
2467 border-left:none;
2468 color:#FFF;
2469 }
2470
2471 #content div.box div.form div.fields div.field div.highlight .ui-button {
2472 background:#4e85bb url("../images/button_highlight.png") repeat-x;
2473 border-top:1px solid #5c91a4;
2474 border-left:1px solid #2a6f89;
2475 border-right:1px solid #2b7089;
2476 border-bottom:1px solid #1a6480;
2477 color:#fff;
2478 }
2479
2480 #content div.box div.form div.fields div.field div.highlight .ui-state-hover {
2481 background:#46a0c1 url("../images/button_highlight_selected.png") repeat-x;
2482 border-top:1px solid #78acbf;
2483 border-left:1px solid #34819e;
2484 border-right:1px solid #35829f;
2485 border-bottom:1px solid #257897;
2486 color:#fff;
2487 }
2488
2394
2489 ins,div.options a:hover {
2395 ins,div.options a:hover {
2490 text-decoration:none;
2396 text-decoration:none;
@@ -2617,7 +2523,7 b' font-weight:700;'
2617 margin:0;
2523 margin:0;
2618 }
2524 }
2619
2525
2620 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button {
2526 input.ui-button {
2621 background:#e5e3e3 url("../images/button.png") repeat-x;
2527 background:#e5e3e3 url("../images/button.png") repeat-x;
2622 border-top:1px solid #DDD;
2528 border-top:1px solid #DDD;
2623 border-left:1px solid #c6c6c6;
2529 border-left:1px solid #c6c6c6;
@@ -2635,15 +2541,7 b' box-shadow: 0 1px 0 #ececec;'
2635 cursor: pointer;
2541 cursor: pointer;
2636 }
2542 }
2637
2543
2638 div.form div.fields div.field div.button .ui-button,#content div.box div.form div.fields div.buttons input.ui-button:hover {
2544 input.ui-button:hover {
2639 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2640 border-top:1px solid #ccc;
2641 border-left:1px solid #bebebe;
2642 border-right:1px solid #b1b1b1;
2643 border-bottom:1px solid #afafaf;
2644 }
2645
2646 div.form div.fields div.field div.button .ui-state-hover,#content div.box div.form div.fields div.buttons input.ui-state-hover {
2647 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2545 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2648 border-top:1px solid #ccc;
2546 border-top:1px solid #ccc;
2649 border-left:1px solid #bebebe;
2547 border-left:1px solid #bebebe;
@@ -2675,16 +2573,6 b' margin:6px 0 0;'
2675 padding:0;
2573 padding:0;
2676 }
2574 }
2677
2575
2678 #content div.box div.action div.button input.ui-button,#login div.form div.fields div.buttons input.ui-button,#register div.form div.fields div.buttons input.ui-button {
2679 background:#e5e3e3 url("../images/button.png") repeat-x;
2680 border-top:1px solid #DDD;
2681 border-left:1px solid #c6c6c6;
2682 border-right:1px solid #DDD;
2683 border-bottom:1px solid #c6c6c6;
2684 color:#515151;
2685 margin:0;
2686 padding:6px 12px;
2687 }
2688
2576
2689 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover {
2577 #content div.box div.action div.button input.ui-state-hover,#login div.form div.fields div.buttons input.ui-state-hover,#register div.form div.fields div.buttons input.ui-state-hover {
2690 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
2578 background:#b4b4b4 url("../images/button_selected.png") repeat-x;
General Comments 0
You need to be logged in to leave comments. Login now