Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5842 from fabi1cazenave/app-permissions
Browse files Browse the repository at this point in the history
bug 801683, typo: s/30p/30px/
  • Loading branch information
etiennesegonzac committed Oct 16, 2012
2 parents ac94981 + 801f2b3 commit cdb00f6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
24 changes: 21 additions & 3 deletions apps/settings/style/apps.css
@@ -1,6 +1,25 @@
/**
* Applications Permissions
*/

#appPermissions ul li > a {
padding: 0 calc(4.1rem - 30px);
height: 6rem;
line-height: 6rem;
font-size: 1.8rem;
color: #000;
}

#appPermissions ul li img {
float: left;
margin-top: calc(3rem - 15px);
margin-right: 1.4rem;
width: 30px;
height: 30px;
}

#appPermissionsDetails ul li {
padding: 0 0 0 10px;

font-size: 1.6rem;
line-height: 60px;
}
Expand All @@ -11,12 +30,10 @@
width: 25%;
margin: 15px 10px 0 0;
padding: 5px;

border: 0;
background: #367fa2;
text-align: center;
color: black;

font-size: 1.3rem;
}

Expand All @@ -43,3 +60,4 @@
width: calc(100% - 5rem);
height: calc(60px - 2rem);
}

19 changes: 0 additions & 19 deletions apps/settings/style/lists.css
Expand Up @@ -310,22 +310,3 @@ dl dd {
border-bottom: 0.1rem solid #e6e6e3; /* same as "ul li" */
}


/******************************************************************************
* Applications Permissions
*/
#appPermissions ul li > a {
padding: 0 -moz-calc(4.1rem - 30px);
height: 6rem;
line-height: 6rem;
font-size: 1.8rem;
color: #000;
}

#appPermissions ul li img {
float: left;
margin-top: -moz-calc(3rem - 15px);
margin-right: 1.4rem;
width: 30px;
height: 30p;
}

0 comments on commit cdb00f6

Please sign in to comment.