mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Remove unusued CSS file
This commit is contained in:

committed by
Romain Neutron

parent
9264df7547
commit
a0ed9f9600
@@ -1,57 +0,0 @@
|
||||
/******* GLOBAL CSS for LOGIN *************************************************/
|
||||
body,
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
* {
|
||||
font-size: 13px;
|
||||
}
|
||||
a {
|
||||
cursor: pointer;
|
||||
color: #0088cc;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
line-height: 18px;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
/******* NAVBAR ***************************************************************/
|
||||
#tab-account-cat ul {
|
||||
list-style: none;
|
||||
}
|
||||
#tab-account-cat ul li {
|
||||
display: inline;
|
||||
}
|
||||
#tab-account-cat ul li a {
|
||||
color: #0088cc;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
#tab-account-cat ul li a:hover {
|
||||
color: #0088cc;
|
||||
}
|
||||
/******* FORM *****************************************************************/
|
||||
legend {
|
||||
margin-bottom: 15px;
|
||||
color: #ffffff;
|
||||
}
|
||||
label {
|
||||
color: #ffffff;
|
||||
}
|
||||
.form-horizontal .control-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
legend + .control-group {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#id-main .account-menu li {
|
||||
display: inline-block;
|
||||
width:130px;
|
||||
font-size:16px;
|
||||
}
|
Reference in New Issue
Block a user