Skip to content

Commit 231752b

Browse files
Removed images and tidied up CSS
1 parent 1452da0 commit 231752b

File tree

4 files changed

+5
-28
lines changed

4 files changed

+5
-28
lines changed

src/Code52.i18n.MVC/NuSpec/Content/Content/code52.i18n/Code52.i18n.css

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#languages h4
1717
{
1818
letter-spacing: normal;
19-
font-family: "Segoe UI" ,Candara, "Bitstream Vera Sans" , "DejaVu Sans" , "Bitstream Vera Sans" , "Trebuchet MS" ,Verdana, "Verdana Ref" ,sans serif;
2019
font-size: 11px;
2120
text-transform: capitalize;
2221
font-weight: bold;
@@ -58,10 +57,8 @@
5857
.language A
5958
{
6059
line-height: 10px;
61-
font-family: "Segoe UI" ,Candara, "Bitstream Vera Sans" , "DejaVu Sans" , "Bitstream Vera Sans" , "Trebuchet MS" ,Verdana, "Verdana Ref" , "sans serif";
6260
font-size: 12px;
6361
}
64-
6562
#currentlanguage
6663
{
6764
padding: 5px;
@@ -73,43 +70,33 @@
7370
}
7471
#i18n-options-container
7572
{
73+
width:200px;
7674
border-radius: 5px 5px 5px 5px;
7775
}
78-
#i18n-options a
79-
{
80-
}
8176
#i18n-options
8277
{
83-
background: url("/content/code52.i18n/images/icon_international_map.png") no-repeat scroll right 0px transparent;
8478
z-index: 1000;
85-
padding-right: 55px;
86-
width:65px;
8779
text-align: right;
80+
font-size: 75%;
81+
padding: 10px;
8882
}
89-
#i18n-options span
90-
{
91-
}
92-
9383
#i18n-regions
9484
{
95-
background: url("/content/code52.i18n/images/worldheader.png") no-repeat scroll 0 0 transparent;
96-
height: 100px;
85+
height: 30px;
9786
margin: 0 auto;
9887
position: relative;
99-
width: 900px;
88+
padding: 10px;
10089
display: none;
10190
}
10291
#i18n-regions h4
10392
{
10493
height: 25px;
105-
left: 190px;
10694
position: absolute;
10795
top: 15px;
10896
width: 160px;
10997
}
11098
#i18n-regions ul
11199
{
112-
left: 400px;
113100
list-style: none outside none;
114101
margin: 0;
115102
padding: 0;
@@ -119,12 +106,10 @@
119106
#i18n-regions li
120107
{
121108
background: none repeat scroll 0 0 transparent;
122-
color: #FFFFFF;
123109
float: left;
124110
font-size: 12px;
125111
font-weight: normal;
126112
list-style: none outside none;
127-
margin: 18px 2.5em 0 0;
128113
padding: 0;
129114
text-transform: uppercase;
130115
}
@@ -147,14 +132,6 @@
147132
text-transform: none;
148133
white-space: nowrap;
149134
}
150-
#i18n-regions li.lang a
151-
{
152-
color: white;
153-
}
154-
#placeholder-regions
155-
{
156-
background: url("/content/code52.i18n/images/bg_regions_international_tile.png") repeat-x scroll 0 0 transparent;
157-
}
158135
.language
159136
{
160137
background-position: left 7px;
Binary file not shown.

0 commit comments

Comments
 (0)