mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 03:16:34 +00:00
modification for IE
This commit is contained in:
@@ -73,10 +73,6 @@ input.submit,
|
||||
border: 1px solid #c5c5c5;
|
||||
border-radius: 2px;
|
||||
}
|
||||
button {
|
||||
overflow:visible;/*for ie 7*/
|
||||
padding-bottom:0 \9;/*for ie; to make height right*/
|
||||
}
|
||||
input[type=radio] {
|
||||
height:auto;
|
||||
border:0;/*for ie*/
|
||||
@@ -1694,7 +1690,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
width:60%;
|
||||
}
|
||||
.table .size {
|
||||
width:15%;
|
||||
width:14%;
|
||||
}
|
||||
.template-upload .start {
|
||||
text-align:right;
|
||||
@@ -1704,7 +1700,7 @@ textarea:-moz-placeholder {/* for FF */
|
||||
}
|
||||
.template-upload .start,
|
||||
.template-upload .cancel {
|
||||
width:12.5%;
|
||||
width:13%;
|
||||
}
|
||||
.fileupload-progress {
|
||||
margin-top:10px;
|
||||
|
@@ -49,8 +49,10 @@
|
||||
{% for mod in mods_available %}
|
||||
{% if mod == 'group wiki' %}
|
||||
<li>
|
||||
<input class="vam" type="checkbox" name="group_wiki" {%if mod in mods_enabled%}checked {% endif%}/></span>
|
||||
<span class="vam">{% trans "Wiki" %}</span>
|
||||
<label class="checkbox-label">
|
||||
<span class="checkbox {% if mod in mods_enabled %}checkbox-checked{% endif %}"><input type="checkbox" name="group_wiki" class="checkbox-orig" {%if mod in mods_enabled%}checked{% endif%} /></span>
|
||||
<span class="checkbox-option">{% trans "Wiki" %}</span>
|
||||
</label>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
@@ -41,8 +41,10 @@
|
||||
{% for mod in mods_available %}
|
||||
{% if mod == 'personal wiki' %}
|
||||
<li>
|
||||
<input class="vam" type="checkbox" name="personal_wiki" {%if mod in mods_enabled%}checked {% endif%}/>
|
||||
<span class="vam">{% trans "Personal Wiki" %}</span>
|
||||
<label class="checkbox-label">
|
||||
<span class="checkbox {% if mod in mods_enabled %}checkbox-checked{% endif %}"><input type="checkbox" name="personal_wiki" class="checkbox-orig" {%if mod in mods_enabled%}checked{% endif%} /></span>
|
||||
<span class="checkbox-option">{% trans "Personal Wiki" %}</span>
|
||||
</label>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user