Skip to content
Snippets Groups Projects
Commit 4b45b112 authored by ribeaudc's avatar ribeaudc
Browse files

change: - Remove the empty space if no icon has been specified for the tree.

SVN: 9132
parent 34c390c7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,9 @@ body,div,td { ...@@ -3,7 +3,9 @@ body,div,td {
font-size: 12px; font-size: 12px;
} }
/* Login */ /*****************************
* Login
*****************************/
.login-welcome-text { .login-welcome-text {
font-size: 24px; font-size: 24px;
...@@ -34,7 +36,9 @@ body,div,td { ...@@ -34,7 +36,9 @@ body,div,td {
text-decoration: line-through; text-decoration: line-through;
} }
/* Property grid */ /*****************************
* Property grid
*****************************/
.property-grid { .property-grid {
table-layout: auto; table-layout: auto;
...@@ -52,7 +56,9 @@ body,div,td { ...@@ -52,7 +56,9 @@ body,div,td {
background-color: #dddddd; background-color: #dddddd;
} }
/* MainTabPanel */ /*****************************
* MainTabPanel
*****************************/
.intro-tab { .intro-tab {
font-size: large; font-size: large;
...@@ -63,11 +69,21 @@ body,div,td { ...@@ -63,11 +69,21 @@ body,div,td {
text-align: center; text-align: center;
} }
/* Overridden GXT stuff */ /*****************************
* Overridden GXT stuff
*****************************/
.x-accordion-hd { .x-accordion-hd {
color: #15428B; color: #15428B;
font-weight: bold; font-weight: bold;
font-size-adjust: none; font-size-adjust: none;
text-transform: capitalize; text-transform: capitalize;
}
/* Remove the empty space if no icon has been specified for the tree. */
.my-tree-icon div {
cursor: pointer;
margin-top: 1px;
height: 0%;
width: 0%;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment