Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Holger Knublauch
2012-01-16 14:36:23 +1000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3ea8b1e0257a37e1a38d024ed0ce05c80a6695c
a3ea8b1e
1 parent
7fb72feb
Generalized type selection on search forms
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
5 deletions
appschema.org/app.ui.ttl
appschema.org/app.www/app.css
appschema.org/app.ui.ttl
View file @
a3ea8b1
This diff is collapsed. Click to expand it.
appschema.org/app.www/app.css
View file @
a3ea8b1
...
...
@@ -110,10 +110,6 @@ body {
margin-bottom
:
16px
;
}
.appShiftedLabel
{
padding-top
:
5px
;
}
.appEditorHiddenField
{
}
...
...
@@ -137,7 +133,7 @@ body {
border-top-style
:
solid
;
border-top-color
:
#b0b0b0
;
background-color
:
#f0f0f0
;
padding-top
:
2
px
;
padding-top
:
4
px
;
padding-left
:
4px
;
padding-right
:
4px
;
padding-bottom
:
4px
;
...
...
@@ -241,6 +237,21 @@ td.appPropertyWidgetObjectTD {
vertical-align
:
middle
;
}
.appSearchFormTypeSwitch
{
border-bottom-width
:
1px
;
border-bottom-style
:
solid
;
border-bottom-color
:
#b0b0b0
;
background-color
:
#f0f0f0
;
padding-bottom
:
4px
;
padding-left
:
4px
;
padding-top
:
5px
;
width
:
100%
;
}
.appShiftedLabel
{
padding-top
:
5px
;
}
.appSubTitle
{
color
:
gray
;
font-size
:
15px
;
...
...
Please
register
or
login
to post a comment