PluginProbe
SEO Redirection Plugin – 301 Redirect Manager / 8.4
SEO Redirection Plugin – 301 Redirect Manager v8.4
9.19 trunk 4.17 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.8 8.9 9.1 9.10 9.11 9.12 All 39 releases
seo-redirection / custom / style.css

style.css in SEO Redirection Plugin – 301 Redirect Manager 8.4, at custom/style.css

46 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .Folder_background_1 { padding-left: 24px; background:url("images/folder.png") no-repeat left center }
2 .Folder_background_0{ padding-left: 24px; background:url("images/folder_off.png") no-repeat left center; color:#B6B6B6; }
3
4 .Page_background_1 { padding-left: 24px; background:url("images/page.png") no-repeat left center }
5 .Page_background_0 { padding-left: 24px; background:url("images/page_off.png") no-repeat left center; color:#B6B6B6; }
6
7 .Regex_background_1 { padding-left: 24px; background:url("images/regex.png") no-repeat left center }
8 .Regex_background_0 { padding-left: 24px; background:url("images/regex_off.png") no-repeat left center; color:#B6B6B6; }
9
10
11 .arrow_from{ padding-left: 20px; background:url("images/arrow_from.png") no-repeat left top}
12 .arrow_to{ padding-left: 20px; background:url("images/arrow_to.png") no-repeat left bottom}
13
14 #redirect_from, #redirect_to{padding-left: 24px; width: 350px;}
15 #redirect_from_folder_settings, #redirect_from_subfolders,#redirect_to_folder_settings {margin-left: 87px;}
16 .procontainer {
17 border:1px solid #999;
18 float:left;
19 width:100%;
20 min-width: 820px;
21 background:#fff;
22 -webkit-border-radius:8px;
23 -moz-border-radius:8px;
24 border-radius:8px;
25 margin-top:15px;
26 }
27
28
29 .procontainer .ad{
30 padding-left:410px;
31 padding-top:5px;
32 background:url(images/pro.png) no-repeat 5px 5px;
33 height:51px;
34 }
35
36
37 ul.features li {
38 background-image: url("images/check.gif");
39 background-position: 0 3px;
40 background-repeat: no-repeat;
41 font-size: 14px;
42 margin-bottom: 10px;
43 margin-left: 20px;
44 padding-left: 23px;
45 }
46