/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to adei.css

  • Committer: Suren A. Chilingaryan
  • Date: 2013-01-25 01:09:31 UTC
  • Revision ID: csa@dside.dyndns.org-20130125010931-io09riy965hji37d
Prevent overgrowing of source popup due to hoardes of axes

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
}
192
192
*/
193
193
 
194
 
 
195
194
#main_sidebar_controls .controls {
196
195
    overflow: auto;
197
196
/*
205
204
/*    height: 421px;*/
206
205
}
207
206
 
 
207
#main_sidebar_source .controls {
 
208
    max-height: 250px;
 
209
    overflow-y: auto;
 
210
    overflow-x: hidden;
 
211
}
 
212
 
 
213
#module_source_axes {
 
214
    max-height: 230px;
 
215
/*    overflow-y: scroll;
 
216
    overflow-x: hidden;*/
 
217
}
 
218
 
208
219
.controls, .controls table {
209
220
    width: 100%;
210
221
}
254
265
/*    border-right: 3px solid rgba(32,80,32,0);*/
255
266
}
256
267
 
257
 
 
258
 
 
259
268
.module_source_link, .module_source_link_current {
260
269
    background:         #E0E0E0;
261
270
}