search for: 5em

Displaying 2 results from an estimated 2 matches for "5em".

Did you mean: 5e
2006 May 19
6
Multiple dynamic Sortables
I''m writing an appliation that contains several dynamically created lists. I had hoped that the following method for using the Sortable library from scriptaculous would work: 1) create the list 2) create a Sortable for it 3) create another list 4) create a Sortable for it and so on. Unfortunately this doesn''t work. I can''t find any info in the documentation for
2009 May 27
1
[PATCH server] UI tweaks for cloud
...ACC; cursor: pointer; + margin-right:12px; + font-size: 1em; + text-decoration: underline; +} + +input#submit_for_list { + margin:12px 16px 0 0; + padding:0; } #detail_header { - background-color: #F0F0F0; - height: 10ex; - margin-bottom: 1.5ex; + background-color: #EFEFEF; + height: 5em; + margin-bottom: 1em; +} + +#detail_header h3 { + color:#666666; + margin: 8px 12px 12px 16px; + display:inline-block; + font-size: 1.2em; } + /* ----- Backgrounds for states ----- */ .state-container { margin-left:5px; - text-indent:10px; + text-indent:12px; } .task-canceled {backg...