src/main/webapp/lightpit.css

changeset 395
c3ef1c328b36
parent 394
b6357a984ae7
equal deleted inserted replaced
394:b6357a984ae7 395:c3ef1c328b36
122 width: 30em; 122 width: 30em;
123 } 123 }
124 124
125 #sideMenu .menuEntry { 125 #sideMenu .menuEntry {
126 white-space: nowrap; 126 white-space: nowrap;
127 padding-right: 2em; 127 padding: .25em;
128 padding-top: .25em;
129 padding-bottom: .25em;
130 border-bottom-style: solid; 128 border-bottom-style: solid;
131 border-bottom-width: thin; 129 border-bottom-width: thin;
132 border-bottom-color: #d7d7df; 130 border-bottom-color: #d7d7df;
131 }
132
133 #sideMenu .menuEntry .edit-icon-container {
134 width: .9em;
135 height: .9em;
136 display: inline-block;
133 } 137 }
134 138
135 #sideMenu .menuEntry .onhover-edit-icon { 139 #sideMenu .menuEntry .onhover-edit-icon {
136 display: none; 140 display: none;
137 } 141 }

mercurial