StartPage fixes

This commit is contained in:
qewer33
2023-09-03 19:23:13 +03:00
parent 2046d8e5a0
commit 4e15aa1bfb
4 changed files with 9 additions and 13 deletions

View File

@@ -50,11 +50,14 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefTextEdit" name="customCSSTextEdit">
<property name="acceptRichText">
<widget class="Gui::PrefTextEdit" name="customCSSTextEdit" native="true">
<property name="acceptRichText" stdset="0">
<bool>false</bool>
</property>
<property name="prefEntry" stdset="0">

View File

@@ -59,6 +59,7 @@ img, a {
margin: 20px;
background: BASECOLOR;
border-radius: 15px;
overflow: overlay;
}
#title-bar {
@@ -77,7 +78,7 @@ img, a {
display: flex;
align-items: center;
color: TEXTCOLOR;
font-size: 1.3em;
font-size: 1.4em;
margin-left: 25px;
font-weight: bold;
}
@@ -196,10 +197,6 @@ ul.icons {
text-align: center;
}
.file-card:hover {
border-color: LINKCOLOR;
}
.file-card h4 {
margin: 5px 0;
}
@@ -247,10 +244,6 @@ a .caption:visited {
word-wrap: break-word;
}
.quickstart-button-card:hover {
border-color: LINKCOLOR;
}
.quickstart-button-card a {
display: flex;
}

View File

@@ -35,7 +35,7 @@
</a>
</li>
<li>
<a href="https://blog.freecad.org/" title="T_BLOG_TOOLTIP">
<a href="https://blog.freecad.org/" title="T_TOOLTIP_BLOG">
<img src="IMAGE_SRC_ICON_BLOG" alt="blog">
T_BLOG
</a>

View File

@@ -40,7 +40,7 @@ T_DOCUMENTS = translate("StartPage", "Documents")
T_HELP = translate("StartPage", "Help")
T_ACTIVITY = translate("StartPage", "Activity")
T_BLOG = translate("StartPage", "Blog")
T_BLOG_TOOLTIP = translate("StartPage", "Link to the FreeCAD blog")
T_TOOLTIP_BLOG = translate("StartPage", "Link to the FreeCAD blog")
T_NEWFILE = translate("StartPage", "New file")
T_TEMPLATE_EMPTYFILE_NAME = translate("StartPage", "Empty File")
T_TEMPLATE_EMPTYFILE_DESC = translate("StartPage", "Create an empty FreeCAD file")