diff --git a/profile/resources/skin/MANIFEST b/profile/resources/skin/MANIFEST index 3eb8b8dcd5eb..263c78340b70 100644 --- a/profile/resources/skin/MANIFEST +++ b/profile/resources/skin/MANIFEST @@ -2,3 +2,4 @@ profile.css profileicon-large.gif migrate.gif newProfile1_2.css +profileManager.css diff --git a/profile/resources/skin/Makefile.in b/profile/resources/skin/Makefile.in index daa08dc44133..348367eda5d0 100644 --- a/profile/resources/skin/Makefile.in +++ b/profile/resources/skin/Makefile.in @@ -32,6 +32,7 @@ FILES = \ profileicon-large.gif \ migrate.gif \ newProfile1_2.css \ + profileManager.css \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/profile/resources/skin/makefile.win b/profile/resources/skin/makefile.win index 6abc6c46d31d..983282fa0736 100644 --- a/profile/resources/skin/makefile.win +++ b/profile/resources/skin/makefile.win @@ -29,6 +29,7 @@ FILES=\ profileicon-large.gif \ migrate.gif \ newProfile1_2.css \ + profileManager.css \ $(NULL) install:: diff --git a/profile/resources/skin/profileManager.css b/profile/resources/skin/profileManager.css new file mode 100644 index 000000000000..8a5be3d0a751 --- /dev/null +++ b/profile/resources/skin/profileManager.css @@ -0,0 +1,12 @@ +#dialoginfo { + width: 36em; +} + +#table-housing { + background-color: white; + height: 100%; +} + +#buttons-box { + margin-left: 1em; +}