Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
a3a6d3ec by wurstsalat at 2022-11-02T21:10:24+01:00
new: CSS: Add general purpose classes

- - - - -
755fd601 by wurstsalat at 2022-11-02T21:13:58+01:00
fix: CSS: Fix settings related inconsistencies

- - - - -


1 changed file:

- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -56,6 +56,7 @@ infobar.error > revealer > box {
 /* ========================================================================= */
 /* Text style */
 .bold { font-weight: bold; }
+.monospace { font-family: monospace; }
 .bold16 {
     font-size: 1.33rem;
     font-weight: bold;
@@ -131,6 +132,7 @@ .pulse-transform {
 /* General purpose classes ================================================= */
 .dialog-margin > box { margin: 18px;}
 .solid-background { background-color: @theme_base_color; }
+.border { border: 1px solid @borders; }
 .no-border { border: none; }
 .scrolled-no-border { border: none; }
 .preview-image { box-shadow: 0px 0px 3px 0px alpha(@theme_text_color, 0.2); }
@@ -777,7 +779,7 @@ list.settings > row:not(:last-child) {
 }
 list.settings row { min-height: 52px; }
 list.settings > row > box {
-    margin: 6px 18px;
+    margin: 10px 20px 10px 10px;
 }
 
 /* Settings Window */
@@ -910,7 +912,7 @@ #SendFileDialog grid list > row { padding: 10px 20px 10px 
10px; }
 /* AccountsWindow */
 .accounts-menu { border-right: 1px solid; border-color: @borders;}
 .accounts-settings-border {border: 1px solid; border-color: @borders;}
-.accounts-settings stack > box { margin:30px; }
+.accounts-settings stack > box.settings-page { margin: 30px; }
 .accounts-label-row {
     padding-top: 10px;
     padding-bottom: 10px;



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/c848f2fffde74371529f786825f74b75390081ee...755fd60131898f536715fbc5ab997a1bee2dd158

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/c848f2fffde74371529f786825f74b75390081ee...755fd60131898f536715fbc5ab997a1bee2dd158
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to