Continued css clean-up.

This commit is contained in:
rainbow napkin 2024-12-08 04:33:17 -05:00
parent 920948bcc1
commit b13e2bde24
18 changed files with 189 additions and 203 deletions

View file

@ -14,6 +14,7 @@ GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
/* Global Styles */
html{
height: 100%;
}
@ -25,7 +26,35 @@ body{
flex-direction: column;
}
table{
border-spacing: 0px;
}
td{
padding: 0.3em 1em;
}
div.control-prompt{
display: flex;
flex-direction: row;
margin: 0.5em 0;
padding: 0.2em 0.5em;
}
i.control-prompt{
height: 1em;
margin: auto;
margin-left: 0.5em;
cursor: pointer;
}
input.control-prompt{
margin-left: 0.5em;
width: 100%;
flex: 1;
}
/* Navbar */
#navbar{
display: flex;
padding: 0.5em;
@ -50,6 +79,8 @@ p.navbar-item, input.navbar-item{
padding: 0.2em;
}
/* Popup Container */
.popup-backer{
position: fixed;
top: 0;