Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 4f48dd5f
authored
Apr 06, 2012
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of dev.insomnia.fi:/data/bortal
2 parents
1da935f2
b5600e66
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
code/LanBortalWeb/WebContent/resources/style/insomnia2/css/actionlog.css
code/LanBortalWeb/WebContent/resources/style/insomnia2/css/actionlog.css
0 → 100644
View file @
4f48dd5
@CHARSET
"utf-8"
;
#actionlog_create
.row
{
display
:
block
;
clear
:
both
;
}
#actionlog_create
div
,
#actionlog_create
h3
{
display
:
block
;
float
:
left
;
}
#actionlog_create
h3
{
margin-bottom
:
2px
;
}
#actionlog_create
.header
{
font-weight
:
bold
;
}
#actionlog_create
.actionlog_create_role
{
width
:
100px
;
}
#actionlog_create
.actionlog_create_role
select
{
width
:
100%
;
margin
:
0
;
padding
:
0
;
border
:
1px
solid
#aaa
;
}
#actionlog_create
.actionlog_create_message
{
margin-left
:
10px
;
width
:
420px
;
}
#actionlog_create
.actionlog_create_message
input
{
width
:
100%
;
margin
:
0
;
border
:
1px
solid
#aaa
;
}
#actionlog_create
.actionlog_create_istask
{
margin-left
:
10px
;
width
:
60px
;
}
#actionlog_create
.actionlog_create_istask
input
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
}
#actionlog_create
input
.sendbutton
{
border
:
1px
solid
#aaa
;
margin-left
:
10px
;
}
#actionlog
{
}
#actionlog
table
{
width
:
100%
;
border-collapse
:
collapse
;
}
#actionlog
tr
{
}
#actionlog
td
{
}
#actionlog
tr
.roweven
{
background-color
:
#aeaeae
;
}
#actionlog
tr
.rowodd
{
background-color
:
#9a9a9a
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment