mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
mindmapExport css bug fixing
This commit is contained in:
parent
687657bab3
commit
400f3963f5
@ -126,9 +126,3 @@ div#headerActions {
|
|||||||
div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link, div#headerActions a:visited {
|
div#headerActions a:hover, div#headerActions a:active, div#headerActions a:link, div#headerActions a:visited {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dialogMainForm label
|
|
||||||
{
|
|
||||||
font-weight:normal;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<div id="exportInfo">
|
<div id="exportInfo" style="margin-top: 19px;">
|
||||||
<span class="label label-danger">Warning</span> <spring:message code="EXPORT_FORMAT_RESTRICTIONS"/>
|
<span class="label label-danger">Warning</span> <spring:message code="EXPORT_FORMAT_RESTRICTIONS"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -83,6 +83,15 @@
|
|||||||
font-size: 160%;
|
font-size: 160%;
|
||||||
color: #8e9181;
|
color: #8e9181;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#dialogMainForm label {
|
||||||
|
font-weight:normal;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dialogMainForm label strong {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user