fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactoring
[fnpeditor.git]
/
modules
/
nodePane
/
nodePane.less
diff --git
a/modules/nodePane/nodePane.less
b/modules/nodePane/nodePane.less
index
5dfd252
..
b7e4012
100644
(file)
--- a/
modules/nodePane/nodePane.less
+++ b/
modules/nodePane/nodePane.less
@@
-1,9
+1,14
@@
-.rng-module-nodePane {
\r
- label {
\r
- width: 50px;
\r
- display: inline-block;
\r
- }
\r
- select {
\r
- width: 100px;
\r
- }
\r
+.rng-module-nodePane {
+ label {
+ width: 50px;
+ display: inline-block;
+ }
+ select {
+ width: 100px;
+ }
+
+ input {
+ width: 80px;
+ padding: 0 10px;
+ }
}
\ No newline at end of file
}
\ No newline at end of file