|
@@ -2463,7 +2463,7 @@ div#tags_prompt_search p.help_notags span
|
2463
|
2463
|
{
|
2464
|
2464
|
min-height: available;
|
2465
|
2465
|
position: static;
|
2466
|
|
- width: 600px;
|
|
2466
|
+ width: 560px;
|
2467
|
2467
|
}
|
2468
|
2468
|
|
2469
|
2469
|
.iframe #content
|
|
@@ -2472,17 +2472,41 @@ div#tags_prompt_search p.help_notags span
|
2472
|
2472
|
margin-left: auto;
|
2473
|
2473
|
margin-right: auto;
|
2474
|
2474
|
width: 100%;
|
|
2475
|
+ padding-bottom: 0px;
|
2475
|
2476
|
}
|
2476
|
2477
|
|
2477
|
|
-.iframe #main
|
|
2478
|
+.iframe #main.content
|
2478
|
2479
|
{
|
2479
|
2480
|
float: none;
|
2480
|
2481
|
width: 100%;
|
|
2482
|
+ margin-right: 0px;
|
|
2483
|
+}
|
|
2484
|
+
|
|
2485
|
+.iframe #mainbox.nicebox
|
|
2486
|
+{
|
|
2487
|
+ border: none;
|
|
2488
|
+ box-shadow: none;
|
|
2489
|
+ padding: 25px;
|
2481
|
2490
|
}
|
2482
|
2491
|
|
2483
|
2492
|
.iframe input#element_add_name, .iframe div#tags_prompt_add input.tag_prompt
|
2484
|
2493
|
{
|
2485
|
|
- width: 440px;
|
|
2494
|
+ width: 400px;
|
|
2495
|
+}
|
|
2496
|
+
|
|
2497
|
+.iframe div#add_url_title, div.element_title
|
|
2498
|
+{
|
|
2499
|
+ width: 75%;
|
|
2500
|
+}
|
|
2501
|
+
|
|
2502
|
+.iframe div#form_add_second_part input[type="submit"]
|
|
2503
|
+{
|
|
2504
|
+ margin-right: 20px;
|
|
2505
|
+}
|
|
2506
|
+
|
|
2507
|
+.iframe #tags_prompt_add
|
|
2508
|
+{
|
|
2509
|
+ width: 100%;
|
2486
|
2510
|
}
|
2487
|
2511
|
|
2488
|
2512
|
/*
|