kaffa / textpattern

Automatically exported from code.google.com/p/textpattern
0 stars 0 forks source link

Harmonise forms type dropdown list #332

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2. Nothing. Just an idea. 
3.

In the current 4.6.0 dev version, the form type dropdown list aspect could be 
normalized for "static input" like design.
Here is an example for Remora theme:

.txp-value-fixed {
    display: inline-block;
    min-width: 7em;
    padding: 2px 15px 2px 5px;
    background: whiteSmoke;
    border: 1px solid #ddd;
    border-top-color: #ccc;
}

Original issue reported on code.google.com by patrick....@gmail.com on 24 Nov 2012 at 10:09