Add style for simple Text
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 3 Dec 2020 05:00:59 +0000 (06:00 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 3 Dec 2020 05:00:59 +0000 (06:00 +0100)
1  2 
org.argeo.suite.theme.default/swt/app.css
org.argeo.suite.ui/src/org/argeo/suite/ui/SuiteStyle.java

index 3a7b671bc15a53dcdecdfc7ea8a1e74cfb0265ec,96526fb777749545a5e337a3b7d1b67940e1098d..4ac745d13386412fca77992928c9367204142096
@@@ -20,7 -20,7 +20,7 @@@ Label.argeo-suite-leadPane 
  }
  
  Button.argeo-suite-leadPane:hover {
--      cursor:pointer;
++      cursor: pointer;
  }
  
  .argeo-suite-recentItems {
        margin: 4px 8px;
  }
  
--.argeo-suite-formLine{
++.argeo-suite-formLine {
        padding: 4px 8px 4px 16px;
  }
  
  .argeo-suite-simpleLabel {
        font: normal 11px sans-serif;
--      border:8px solid #eee;
++      border: 8px solid #eee;
  }
  
  .argeo-suite-simpleText {
        
  }
 -      padding:4px 8px 4px 8px;
 +
+ .argeo-suite-simpleInput {
++      padding: 4px 8px 4px 8px;
+ }
  .argeo-suite-titleCell {
        font: bold 11px sans-serif;
        background-color: #ddd;
index 398248117073436d5348e12101336e568957bd07,c7cb303be54c3066b30068874973a874350647f9..98751a44aafd69d589acc4b1b8cce024c2332d6b
@@@ -11,13 -11,13 +11,13 @@@ public enum SuiteStyle implements CmsSt
        // Lead pane
        leadPane, leadPaneItem,
        // Group composite
--      titleContainer, titleLabel, subTitleLabel,formLine,formColumn,navigationBar,navigationTitle,navigationButton,
++      titleContainer, titleLabel, subTitleLabel, formLine, formColumn, navigationBar, navigationTitle, navigationButton,
        // Forms elements
-       simpleLabel, simpleText,
+       simpleLabel, simpleText, simpleInput,
        // table
        titleCell,
        // tabbed area
--      mainTabBody,mainTabSelected, mainTab,
++      mainTabBody, mainTabSelected, mainTab,
        // Buttons
        inlineButton;